An open API service indexing awesome lists of open source software.

https://github.com/adamfoneil/models

A few attributes I use for SQL DDL generation and model class projects
https://github.com/adamfoneil/models

sql-ddl sql-generation

Last synced: 5 months ago
JSON representation

A few attributes I use for SQL DDL generation and model class projects

Awesome Lists containing this project

README

          

[![Nuget](https://img.shields.io/nuget/v/AO.Models)](https://www.nuget.org/packages/AO.Models/)

This is a very small library of some attributes, enums, and interfaces that I use with [Dapper.Repository](https://github.com/adamfoneil/Dapper.Repository), [Dapper.CX](https://github.com/adamosoftware/Dapper.CX) and [ModelSync](https://github.com/adamosoftware/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
- [Attributes](https://github.com/adamosoftware/DbSchema.Attributes/tree/master/Models/Attributes)
- [Interfaces](https://github.com/adamosoftware/DbSchema.Attributes/tree/master/Models/Interfaces)
- [Models](https://github.com/adamosoftware/DbSchema.Attributes/tree/master/Models/Models)
- [Enums](https://github.com/adamosoftware/DbSchema.Attributes/tree/master/Models/Enums)
- [Static](https://github.com/adamfoneil/Models/tree/master/Models/Static)

## Wiki
Please see the [wiki](https://github.com/adamfoneil/Models/wiki) for info about my SqlBuilder static class and other helpers here.

## Prior Versions
There's an earlier version of this [package](https://www.nuget.org/packages/AO.DbSchema.Attributes/) called **AO.DbSchema.Attributes**.