Skip to content

lucasgmagalhaes/FastDapper

Repository files navigation

FastDapper

Provides simple CRUD operations including bulk insert and upsert

Supported databases

Supported operations

  • Count / CountAsync
  • Delete / DeleteAsync
  • DeleteById / DeleteByIdAsync
  • DeleteAll / DeleteAllAsync
  • TruncateAsync / TruncateAsync
  • Insert / InsertAsync (Single and multiple entities)
  • Upsert (Merge)
  • GetById / GetByIdAsync
  • Get / GetAsync
  • Update / UpdateAsync

About

Fast and simple CRUD operations with Dapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published