Top 20 NuGet sqlite Packages

This DriverConnectionProvider can be used with Sqlite In Memory databases to ensure that a single connection is kept and never closed (so the schema is not lost).
Utility class used for adjusting NHibernate mappings for options not supported by Sqlite. See http://kozmic.pl/archive/2009/08/17/adjusting-nhibernate-mapping-for-tests.aspx.
Sequelocity.NET is a simple data access library for the Microsoft .NET Framework providing lightweight ADO.NET wrapper, object mapper, and helper functions.
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain
Portable SQLite components of the Inflatable Last.fm SDK.
An independent implementation of an ADO.NET provider for SQLite.
This is the Sql Server data provider for the Symbiotic Micro ORM. This library is not required but it makes it easier to get started and to simplify deployments.
This is the Sqlite data provider for the Symbiotic Micro ORM. This library is not required but it makes it easier to get started and to simplify deployments.
This is the Postgre Sql data provider for the Symbiotic Micro ORM. This library is not required but it makes it easier to get started and to simplify deployments.
This is the Oracle data provider for the Symbiotic Micro ORM. This library is not required but it makes it easier to get started and to simplify deployments.
This is the MySql data provider for the Symbiotic Micro ORM. This library is not required but it makes it easier to get started and to simplify deployments.
A SQLitePCL.raw plugin can be used to instruct SQLitePCL.raw to reference a different implementation of the native SQLite library than it normally would use. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_internal());
A SQLitePCL.raw plugin can be used to instruct SQLitePCL.raw to reference a different implementation of the native SQLite library than it normally would use. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_internal());
A SQLitePCL.raw plugin can be used to instruct SQLitePCL.raw to reference a different implementation of the native SQLite library than it normally would use. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_esqlite3()); This particular plugi...
This package contains a platform-specific native code build of SQLCipher (see sqlcipher/sqlcipher on GitHub) for use with SQLitePCL.raw. The build of SQLCipher packaged here is built and maintained by Couchbase (see couchbaselabs/couchbase-lite-libsqlcipher on GitHub). To use this, you need SQLite...
Nequeo data Sqlite provider component
Notice this is a repacked package for ZKWeb proejct. It fixed official package can't copy SQLite.Interop.dll to ouput directory with Asp.Net Core.
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
Provides execution plan testing for Sqlite. This allows you to unit test the `CommandBuilder.CommandText` property by actually sending it to the database and running an explain plan.