lucasgmagalhaes / FastDapper

Fast and simple CRUD operations with Dapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C# 91.0%Language:R 8.8%Language:Batchfile 0.2%