Top 20 NuGet sql Packages

Fork from SqlKata.Execution, Add General Odbc query capability
Utility class to use with ADO.NET that allows pre-processing any SQL used vua SqlCommand class in order to allow optimization/hinting in production environments without recompiling code
Fluent Sql builder is a package that allows developers to build a Sql Command or Sql Statement with Parameters using a strongly typed system similiar to LINQ without the hassle of maintaining a db context.
Fast SQL ORM specifically for connecting to MS SQL based data with class based access and native task based asynchronous loading and executions.
This is a simple library that is used to run MySql Commands (and SQL). It uses reflection in order to map the results to the specified Data type.
Minimalistic API allows developer to most easily perform operations with database. By default, library automatically manages DbConnection, DbTransaction, DbCommand and DbDataReader objects. Developer only writes queries.
Cross Database Sql query generator using C# expressions, Sql-Server Adapter
BulkCopy等のSQLServerの連携強化用の拡張メソッドを提供します。
SQL Server 2008+ (including Express), SQL Server LocalDB support for UserManagement
The core elements to enable Event Sourcing subscriptions using the Sql Stream Store framework and the MySql data store. Allows automatic subscriptions to be created assisting in the building of eventually consistent read models.
The core elements to enable Event Sourcing subscriptions using the Sql Stream Store framework. Allows automatic subscriptions to be created assisting in the building of eventually consistent read models.
Provides a Sql database wrapper that works with dependency injection
ASP.Net Core library contain all the generic and non-generic function for SQL Server DML. All major DML tasks are accomplished.
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...
Generate Name Address City ZipCode Color and a lot more (Current Languages: NL BE US)
Simple SQL CRUD Shell for C#