Skip to content

RonFrick/Microsoft.Data.Sqlite

 
 

Repository files navigation

Microsoft.Data.Sqlite

AppVeyor: AppVeyor build status

Travis: Travis build Status

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

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

Requirements

Requires SQLite >= 3.7.9

This library binds to the native SQLite library. On some systems, you must also install separately the SQLite library.

Ubuntu

Requires "libsqlite3-dev", which is not installed by default.

sudo apt-get install libsqlite3-dev

About

SQLite implementations of the System.Data.Common interfaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.8%
  • Other 1.2%