ericdc
NuGet publisher profile
Packages (5)
Dapper.SimpleCRUD
Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed. By default uses Id column as the primary key but this can be overridden with an attribute By default queries the table matching the class name but this can be overridden with an attribute By default queries the column matching the property name but this can be overridden with an attribute - Supports SQL Server, PostgreSQL, and MySQL - Includes async methods - Supports .Net Core
Dapper.SimpleCRUD.ModelGenerator
T4 template generates database models from a database for use with Dapper.SimpleCRUD. Uses core .Net attributes so the generator could be used for other ORMs.
AliaSQL.Core
Database change management tool.
AliaSQL
Command line database change management tool. And a drop-in replacement for the Tarantino database deployer.
AliaSQL.Kickstarter
Visual Studio kickstarter for AliaSQL