First documentation commit
parent
ef0e31818f
commit
3773c309e3
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,12 @@
|
|||||||
|
# EntityFrameworkCore.Jet
|
||||||
|
This project is the Entity Framework Core provider for Jet (Microsoft Access mdb and accdb file format).
|
||||||
|
|
||||||
|
This provider is mainly intended for desktop applications under .NET 4.6.1 (Console, WPF, WinForms and Services), but
|
||||||
|
may also work under ASP.NET 4.6 and ASP.NET Core 1.0 when using the .NET Framework runtime. It does **not** work under
|
||||||
|
the .NET Core runtime (netcore and netstandard).
|
||||||
|
|
||||||
|
You can find the latest build on [NuGet](https://www.nuget.org/packages/EntityFrameworkCore.Jet/)
|
||||||
|
|
||||||
|
**Questions**
|
||||||
|
For question on how to use it please use stackoverflow, tags _access-ef-provider_ and _jet-ef-provider_.
|
||||||
|
|
||||||
Loading…
Reference in New Issue