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
- Host: GitHub
- URL: https://github.com/adamfoneil/models
- Owner: adamfoneil
- License: mit
- Created: 2020-02-02T00:40:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:21:12.000Z (about 3 years ago)
- Last Synced: 2025-03-09T05:02:02.699Z (11 months ago)
- Topics: sql-ddl, sql-generation
- Language: C#
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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**.