Top 20 NuGet sql Packages

MySQL support for TypedSql
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds CockroachDb support.
KendoGridFASM provides functionality for ASP.Net (MVC/Web API) to not only map the Data Source Request to C# DTO but also provides helper functionality that can be used to generate dynamic expressions for filtering, sorting and aggregation which again can be used to generate dynamic WHERE, ORDER BY ...
Data first or code first ORM. Entity-object-class-poco to SQL repository mapping, and vice versa. Data to C-Sharp class code or emit assembly. Can dynamically generate assemblies, C-Sharp code, and SQL scripts for CREATE TABLE, INSERT, and UPDATE.
This library handles data from Sql Server Databases
ErrLog.IO is an exception and error logging tool
数据库常用操作,Core 版本
T4 generator extension class for merge SQL script files into one
ORM Generator for MS SQL
A high performance Micro-ORM supporting SQL Server, MySQL, OracleSQL, MongoDB ...
Use your SQL in .sql files instead of strings in C#.
Microsoft.SqlServer.Management.SqlParser provides TSQL parsing functionality. This package provides localized resources for that DLL.
Run safe and effective ADO .NET SQL queries.
Mayflower is a simple, forward-only, database migrator for SQL Server based on the migrator which Stack Overflow uses. This is a fork of [bretcope / Mayflower.NET](https://github.com/bretcope/Mayflower.NET) that allows to include in a migration another script (that contains a procedure or a trigger ...
High-performance C# Bulk operations for SQL Server (starting from 2008) and Azure SQL Database. Supports Bulk Insert, Update, Delete & Merge. Uses SQLBulkCopy under the hood. Please leave a Github star if you find this project useful.
COM Excel API
Data Access Library that simplifies data access to a Microsoft SQL server. Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage. GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight manner...