Top 20 NuGet Packages

A slimmed down, cloud optimized version of System.Data.SqlClient that focuses on performance and size over backwards compatibility.
This is draft test package for SQL Code Guard (http://sqlcodeguard.com). PLEASE DONT USE IT!
A class library that generates SQL statements with SqlCommand to verify that the data is correct in SqlServer
SqlDbSafe supports the creation of automated integration test for code that access a Microsoft SQL Server database.
A utility program that can be pointed at a database and list of tables, and create sql scripts that will insert all the data found in the table.
SqlFun is a tool for writing data access code in F# functional way. It's fast, type safe and gives you all powers of SQL, no custom query language constraints you. It's also lightweight, you need to know a general idea and few functions (and, of course SQL).
SqlInMemory is a library for creating SqlServer database on Memory instead of hard disk, at last Drops and Disposes database when you're done with it. This is useful for Integration Testing.
Provides a sample code to get started with SQLite: a sample user interface for inserting and retrieving data, in addition to the code required for each platform. Watch this video to get started: http://bit.ly/1pXqqE0 It supports: 1) Xamarin.Android 2) Xamarin.iOS 3) Windows UWP 4) Windows Store 5) W...
SQLite Logger for ASP .Net MVC and Web API Projects. Please visit project url for necessary info about using.
This library is an unofficial version of SQLite.NET with SQLitePCLRaw 2.0
SQLite Library for Windows Phone 8.1
TypeScript Definitions (d.ts) for sqlite3. Generated based off the DefinitelyTyped repository [git commit: 7d6547a8a0c3f35ce5de82ba58bfd143c0d20fab]. http://github.com/DefinitelyTyped
Simple wrapper for Sqlite databases written in C#.
SQLite Logger for ASP .Net MVC and Web API Projects. Please visit project url for necessary info about using.
SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite.
This package contains an extension for sqlite-net that let you query database with a reader.
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_custom_sqlite3()); Depending on the platform, you may also need to ...
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_custom_sqlite3()); Depending on the platform, you may also need to ...
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...