[Archived] SQLite implementations of the System.Data.Common interfaces. Project has moved to https://github.com/aspnet/EntityFrameworkCore
e5c7412649
The source for this project is being merged into aspnet/EntityFrameworkCore. See https://github.com/aspnet/EntityFrameworkCore/pull/13843. |
||
---|---|---|
.vsts-pipelines/builds | ||
build | ||
samples | ||
src | ||
test | ||
tools | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
LICENSE.txt | ||
Microsoft.Data.Sqlite.sln | ||
Microsoft.Data.Sqlite.sln.DotSettings | ||
NuGet.config | ||
NuGetPackageVerifier.json | ||
README.md | ||
build.cmd | ||
build.sh | ||
korebuild-lock.txt | ||
korebuild.json | ||
run.cmd | ||
run.ps1 | ||
run.sh | ||
version.props |
README.md
Microsoft.Data.Sqlite [Archived]
This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/EntityFrameworkCore.
Contains SQLite implementations of the System.Data.Common interfaces.
Building from source
To run a complete build on command line only, execute build.cmd
or build.sh
without arguments. See developer documentation for more details.