[Archived] SQLite implementations of the System.Data.Common interfaces. Project has moved to https://github.com/aspnet/EntityFrameworkCore
Перейти к файлу
Alexander Täschner 6eaf137519 Implement SqliteCommand.Prepare. 2017-07-21 09:13:01 -07:00
build Remove unused variable NETFrameworkPackageVersion (#387) 2017-07-19 10:33:46 -07:00
src Implement SqliteCommand.Prepare. 2017-07-21 09:13:01 -07:00
test/Microsoft.Data.Sqlite.Tests Implement SqliteCommand.Prepare. 2017-07-21 09:13:01 -07:00
tools Use new Resources.tt 2017-03-17 10:30:20 -07:00
.gitattributes Implement SqliteCommand.Prepare. 2017-07-21 09:13:01 -07:00
.gitignore Implement SqliteCommand.Prepare. 2017-07-21 09:13:01 -07:00
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:39:34 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-09-17 16:39:51 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:07:00 -07:00
Microsoft.Data.Sqlite.sln Use SQLitePCL.raw 2017-02-14 08:03:31 -08:00
Microsoft.Data.Sqlite.sln.DotSettings Throw when attempting to storing double.NaN (#254) 2016-05-19 15:19:13 -07:00
NuGet.config Updating versions to preview3 2017-06-01 10:47:24 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:42:11 -08:00
README.md Cleanup package lisiting on README.md 2016-08-09 16:29:52 -07:00
appveyor.yml Skip first time experience on Appveyor 2017-07-10 15:16:57 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:11 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:12 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:12 -08:00
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:36 -07:00

README.md

Microsoft.Data.Sqlite

Travis build status AppVeyor build status

nuget aspnetcore

Contains SQLite implementations of the System.Data.Common interfaces.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.