/FastDapper

Fast and simple CRUD operations with Dapper

Primary LanguageC#MIT LicenseMIT

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