Top 20 NuGet sqlite Packages

Fork of the Microsoft.Data.Sqlite project that adds .NET Framework 4.0 support for multi-targeted libraries. SQLite implementation of the System.Data.Common provider model. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.Sql...
SQLite Library (x86, x64, ARM and ARM64) for UWP (Universal Windows Platform)
Simple Query. ORM Very Easy to use. All CRUD operations. Dapper and ORM in the same place
SQL Server and SQLite Initialization
Adds support for NodaTime types when using SQLite with Entity Framework Core.
SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. This is a fork of the original sqlite-net project, which aims to cleanup/improve the code and deliver the package as PCL assemblies with some additional platform-speci...
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: no SQLite library included, uses winsqlite3.dll from Windows 10.
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add o...
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'sqlcipher', and is intended for use with of...
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'winsqlite3', the SQLite libary provided wi...
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'sqlite3', to reference the 'system' SQLite...
A simple and lightweight data access tool for .Net
Store RDF data on SQLite with RDFSharp
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlite3()); Depending on the platform, you may also need to add one...
SQLite database provider for Yamo.
SQLNado (SQLite Not ADO) is a .NET lightweight bloat free object persistence framework based on SQLite. SQLNado supports all of SQLite features when using SQL commands, and also supports most of SQLite features through .NET: * Automatic class-to-table mapping (Save, Delete, Load, LoadAll, Lo...
Data template for Autumn Framework
A free, ultra portable, embedded, nosql, serverless database. Designed to be easy to use and easy to deploy. Works in any .Net environment that supports .Net Standard. Perfect for Apps, IoT, Xamarin or any project requiring a light weight, easy to use database. Thread Safe AES Encryption
SQLite database provider for the SnapObjects ORM (SnapObjects.Data).
Wrapper-class for Sqlite for simpler and cleaner code. WrapSql is a simple, lightweight database-wrapper for easier and faster development.