Entity Framework Core provider for Access database
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
bubibubi 892823e4f6 Added Design tests 8 years ago
build Added key 8 years ago
docs First documentation commit 8 years ago
msbuild Changing EFCore.Jet.Test and included in stream 8 years ago
src EntityFrameworkCore.Jet.Tests DONE 8 years ago
test Added Design tests 8 years ago
tools First compile commit 8 years ago
.gitattributes First compile commit 8 years ago
.gitignore NuGet setup 8 years ago
EntityFrameworkCore.Jet.sln Added Design tests 8 years ago
LICENSE Initial commit 8 years ago
QueryBaseline.cs Fixed schema retrieve. Test status 3879/58/849 8 years ago
SkipMessages.txt Fixed schema retrieve. Test status 3879/58/849 8 years ago
version.xml NuGet setup 8 years ago

docs/README.md

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

Questions
For question on how to use it please use stackoverflow, tags access-ef-provider and jet-ef-provider.