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
Please see the wiki for info about my SqlBuilder static class and other helpers here.
There's an earlier version of this package called AO.DbSchema.Attributes.