Top 20 NuGet sql Packages

Lucene.NET SQL is a library that enables persistance of Lucene index files to SQL databases.
Tool.Net-逆血著作 (本产品完全免费), 由逆血本人持有:联系方式-QQ群:857401501, 有任何优化建议,请联系作者,作者很愿意讨论和学习。 Url:nixue.top
Simple .NET database layer for PostgreSQL based on System.Data intended for mainly read-only data access i.e. for reporting purposes
Simple .NET database layer for Microsoft(r) SqlServer(r) or LocalDb based on System.Data intended for mainly read-only data access i.e. for reporting purposes
Simple .NET database layer for Sqlite based on System.Data intended for mainly read-only data access i.e. for reporting purposes or similar read-only data access
Extends a .NET project such that it can establish ProjectReferences to SSDT projects, including importing the target projects generated DACPAC output into the output of the augmented project.
Package Description
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...
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite etc..
Hybrid-ORM for .Net
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schem...
NetSqlAzMan is for all Microsoft .NET 4.0 developers that need to manage loosely-coupled applicative authorizations, that is, weakly coupled with source code, in a light and fast way having all these authorizations in a relational database such as MS Sql Server (2000/MSDE/2005/2008/Express).
DrivenDb is a better microORM. Unique features, excellent performance, and cleaner code in as few trips to the database as possible.
The connection management wrapper for Dapper.net. *************************************** // To create an instance of database context inherit DbContext class TestDb : DbContext { private const string ConnectionName = "DefaultConnection"; private TestDb() : base(ConnectionName) { } } // e...
ESB / Message Bus implementation for Microsoft.Net, based on SQL Server database as a message store. Supported features: - Durable and transactional messages - Pub/Sub message routing - Support for Sagas - Message sequences, expiration, correlation, http bridge - Robust retrying strategy, self-heal...
Automatically creates Elmah database on SQL server using Entity Framework migrations. No manual configuration of database required.
Fluid-style SQL statement generator
Sql commands wrapper, a mini ORM.