Automatic database-attribute management system for C# projects
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Railz 46e8ec1180 New Function-class
Changed some references to new Function-class
Added ClassAction.FillObject
Added ClassAction.FillObject
Renamed unecessary plural names to singular
6 years ago
Database-Attribute_System New Function-class 6 years ago
.gitattributes Init 6 years ago
.gitignore Init 6 years ago
Database-Attribute_System.sln Init 6 years ago
README.md Init 6 years ago

README.md

Database-Attribute System for C# Projects

Features:

  • Mark classes as dbObjects
  • Mark properties as dbAttribute, primaryKey and foreignKey
  • Includes a query-builder
  • Generate Insert, Select, Update and Delete statements