Skip to content

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

License

Notifications You must be signed in to change notification settings

xinzhyu/Dapper.SimpleCRUDExtra

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 88.6%
  • Pascal 11.4%