ADO.Net helper library. Provides a fluent interface to throw some SQL or DDL at your database.
$ dotnet add package Net.Code.ADONetIn a nutshell, this library is
To use it, you can use nuget (install-package Net.Code.AdoNet), or just drop the Db.cs file in your project.
For more information and examples, see the wiki.