Top 20 NuGet Packages

Spry - fluent CRUD queries using Dapper
SQL Bulk Copy is a .NET wrapper for the ODBC Bulk Copy API. It is designed for rapid import of data into Microsoft SQL Server.
SqlDatabaseBuilder is a lightweight library used to add and remove database resources in a Sql Server database from within a C# application.
An ultra lightweight API for robust distributed application mutex locking capabilities leveraging Sql Server. The API provides a set of easy to use custom extensions for the Microsoft.Data.SqlClient library that provide robust distributed application mutex/locking support via the sp_getapplock & sp...
An ultra lightweight API for robust distributed application mutex locking capabilities leveraging Sql Server. The API provides a set of easy to use custom extensions for the System.Data.SqlClient that provide robust distributed application mutex/locking support via the sp_getapplock & sp_releaseapp...
LazyLoad support for SqlBatis.DataMapper using Castle DynamicProxy.
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite etc..
A library for easy, efficient and high performance bulk insert and update of data, into a Sql Database, from .Net applications. By leveraging the power of the SqlBulkCopy classes with added support for Identity primary key table columns this library provides a greatly simplified interface to process...
Libraries that supports unit testing of the SQL Server Database Project.
Migrate Azure SQL Data Warehouse Objects from a source database to a target database.
SQLib is an automatic parameterized SQL authoring tool.
Sqlite package for SQLib.
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...
SQLite App Tools lets you look inside the database inside your Xamarin Forms app to inspect and debug the contents. There's no need to dig through folders deeply buried in macOS with GUIDs for names or use the command line to dig around in Android. Just a nuget with a GUI right in your app.
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_*.
Package Description
This C# library provides a SQL parser and lexer implementation using ANTLR. It allows you to parse SQL queries into an abstract syntax tree (AST) and perform various operations on the parsed queries.
A lightweight ORM alternative that supports bulk inserts, bulk updates, and Sprocs
Provides a module for registering SqlRepo.SqlServer components in IoC container using NInject