/Dapper.SimpleCRUDExtra

Who wants to write basic read/insert/update/delete statements? SimpleCRUD provides simple CRUD helpers for Dapper.

Primary LanguageC#OtherNOASSERTION

fork from Dapper.SimpleCRUD and support multi-type databases .

The default dialect is SQLServer but you can assign it like this:

conn.Get(1, dialect: Dialect.MySQL)

They're thread safety.