Skip to content

Rhexis/Dapper.Repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experiment. Don't use it in a production system.

Dapper.Repository

This is not an official Dapper project!

A simple light weight Repository wrapper around Dapper & Dapper.Contrib.

Configuration

Within a C# .NET 5 Web Applications Startup.cs or the project that contains the Domain models:

public void ConfigureServices(IServiceCollection services)
{
    //...
    services.AddRepository("[Insert your connection string here]");
    //...
}

Usage

  1. Ensure all your domain entities inherit Entity
  2. Inject IRepository where necessary
  3. ???
  4. Profit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages