Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.33 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.33 KB

Nuget

This is a very small library of some attributes, enums, and interfaces that I use with Dapper.Repository, Dapper.CX and ModelSync. I extracted them to a standalone library so that model class projects can use these while keeping a minimal dependency footprint. For example, I don't want model projects to have a Dapper dependency.

Nuget package: AO.Models

Reference

Wiki

Please see the wiki for info about my SqlBuilder static class and other helpers here.

Prior Versions

There's an earlier version of this package called AO.DbSchema.Attributes.