Top 20 NuGet Packages

Based on https://github.com/MarkWojciechowicz/SqlTest/ ReWritten to support my use case.
A C# class generator from SQL CREATE TABLE Statements (SSDT)
Rebuilt package as a .Net Standard 2.0 library In your project, you may also need to include: System.Data.Common System.Data.Odbc System.Data.OleDb System.Data.SqlClient
SqlToGraphite
Library used to turn SQL scripts into a Queue of tokens.
Useful classes and methods for working directly with ADO.NET
Thin wrapper over ADO.NET
Thin wrapper over ADO.NET
Package description
My package description.
simple way to check if an exception is transient or not with a retry policy
Nugget package for applying Unit Test on SQL Server
Generates SQL user-defined type (UDT) from C# class
SqlUtility,a DataBase Utility For Oracle,MySQL,SQL Server.
SqlUtility,a DataBase Utility For Oracle,MySQL,SQL Server.
Pure SQL data comparison and reconciliation utility for SQL Server Example usage: * EXEC sp_CompareData 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_ExportAll 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_ExportDeleted 'MyTable', 'RemoteDb..TheirTable' * EXEC sp_ImportChanged 'MyTable', 'RemoteDb..Th...
Where to put your SQL queries? Well, put them in a database.
SQL Operations Wrapper for ADO.NET