`EntityFrameworkCore.Jet` is an Entity Framework Core provider for Microsoft Jet/ACE databases (supporting the Microsoft Access database file formats `MDB` and `ACCDB`).
The provider is .NET Standard 2.0 compatible, so it can be used with .NET (Core) 2.0+ and .NET Framework 4.6.1+.
## Compatibility Matrix
| EntityFrameworkCore.Jet Version | EntityFrameworkCore Version | .NET Core |
| ------------- | ------------- | ------------- |
| 7.0.x | 7.0.x | 6.0.x/7.0.x |
| 6.0.x | 6.0.x | 6.0.x |
The major version corresponds to the major version of EF Core (i.e. EFCore.Jet `3.x` is compatible with EF Core `3.y`).
It runs on Windows operating systems only and can be used with either ODBC or OLE DB together with their respective Access Database driver/provider.