Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 225 Bytes

File metadata and controls

5 lines (3 loc) · 225 Bytes

DapperDatabaseHelper

Some helpful classes and methods to provide basic MySQL CRUD in Dapper without having to manually type every column.

Useful for large flat tables with basic data types like uint or Guid for keys.