[Archived] SQLite implementations of the System.Data.Common interfaces. Project has moved to https://github.com/aspnet/EntityFrameworkCore
Перейти к файлу
Nate McMaster e5c7412649
Update README (#557)
The source for this project is being merged into aspnet/EntityFrameworkCore. See https://github.com/aspnet/EntityFrameworkCore/pull/13843.
2018-10-31 15:30:21 -07:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:29 -07:00
build Update dependencies.props 2018-10-07 12:23:44 -07:00
samples fix commit transaction 2018-08-08 08:58:12 -07:00
src Clear cached data records while stepping. 2018-09-25 11:29:26 -07:00
test Clear cached data records while stepping. 2018-09-25 11:29:26 -07:00
tools Clean up DBNull throwing 2017-12-18 14:00:56 -08:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:29 -07:00
.gitattributes Implement SqliteCommand.Prepare. 2017-07-21 09:13:01 -07:00
.gitignore Pin tool and packages versions to make builds more repeatable 2017-11-01 15:56:57 -07:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:29 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:54:20 -07:00
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:37 -07:00
Directory.Build.targets Remove un-needed framework references 2018-09-21 14:41:50 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:45:56 -07:00
Microsoft.Data.Sqlite.sln Revert "Add Update event." 2018-01-30 10:35:00 -08:00
Microsoft.Data.Sqlite.sln.DotSettings Run Code Cleanup 2017-10-09 14:47:54 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:18:23 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:11 -08:00
README.md Update README (#557) 2018-10-31 15:30:21 -07:00
build.cmd Update bootstrappers 2017-10-09 12:35:43 -07:00
build.sh Update bootstrappers 2017-10-09 12:35:43 -07:00
korebuild-lock.txt Update dependencies.props 2018-10-07 12:23:44 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:29 -07:00
run.cmd Update bootstrappers 2017-10-09 12:35:43 -07:00
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:37 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:37 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:35:32 -07:00

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.