Skip to content

Latest commit

 

History

History

README.md

NBB.Data.Abstractions

The package NBB.Data.Abstractions contains some very lightweight abstractions over data repositories:

  • CRUD repository
  • Event sourced repository
  • Read-only repository
  • Unit of work repository

NuGet install

dotnet add package NBB.Data.Abstractions