Tue, 9 September 2008

Allows you to create and maintain a database using a c# object model

Using attributes for tables and indexes on a class and attributes for a column on a field. Classes can inherit from each other so that common fields can be put into a base class and maintained in one place.

The system reads the existing database structure and only creates SQL to update the db. Existing structure will be left unchanged unless specifically targeted

Supports SQL Server currently, but project is structured to add support for further databases

Currently Supported Structures

  • Tables
  • Columns
  • Column Defaults
  • Indexes
  • Relationships
  • Referential Integrity via Triggers

http://code.google.com/p/antix-objects-to-database/


Development, Database, Objects

Comments

Please feel free to add your comments here


(required)


(required, not shown)

(required)