Database Design
Database Design :
Database design is the process of producing a detailed data model of a database. This model contains all the needed physical design choices and physical storage parameters needed to generate DDL which can then be used to create a database. A fully attributed data model contains detailed attributes for each entity.
From : en.wikipedia.org/wiki/Database_design
Xmldoom
Xmldoom is a database building framework that allows you to define your database in terms of objects, their properties, member functions and relationships to other objects.
Xmldoom consists of a compiler (written in Python) that takes an XML definiton and produces SQL and XML to create and interact with the database. This information is used by an environment specific runtime engine to inteface with the underlying "table-based" database.
visit
Xmldoom
Xmldoom was visited : 103 times
Loading .....