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
Laurents Meyer 0e0e306bc0 Merge branch '3.1-preview' 5 years ago
build Reimplement schema retrieval and scaffolding (#59) 5 years ago
docs Reimplement schema retrieval and scaffolding (#59) 5 years ago
msbuild closes #29 7 years ago
src Fix translation of parameterless Trim(), TrimStart() and TrimEnd() methods. (#64) 5 years ago
test Reimplement schema retrieval and scaffolding (#59) 5 years ago
tools Remove obsolete files. 6 years ago
.gitattributes First compile commit 8 years ago
.gitignore Update solution and build/infrastructure files. 6 years ago
Directory.Build.props Update solution and build/infrastructure files. 6 years ago
EntityFrameworkCore.Jet.sln Reimplement schema retrieval and scaffolding (#59) 5 years ago
LICENSE Initial commit 8 years ago
NuGet.Config Update and fix dependencies. 6 years ago
QueryBaseline.cs Fixed tests 7 years ago
SkipMessages.txt Fix tests (especially from `SimpleQueryJetTest`). 6 years ago
azure-pipelines.yml Use the English ACE for CI instead of the German one. (#65) 5 years ago
global.json Reimplement schema retrieval and scaffolding (#59) 5 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

More documentation

More documentation can be found on project Wiki

Questions

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