Tell Us What You Think
Database Design Starts Here

Visually design and build databases with ERDs. Auto-generation takes care of the tedious part.
Entity relationship diagram

Entity relationship diagram (ERD) is used to present the Entity-Relationship Model in software engineering industry. ERD can be used for visualizing conceptual data structure and physical database schema. Agilian supports conceptual, logical and physical data modeling.
The following movie shows how to create conceptual data model and transit the conceptual data model to physical. The movie shows also the modeling of physical database schema and, stored procedure.
Object-Relational Mapping diagram

Mapping View:
Object-relational mapping diagram (ORM diagram) presents the mapping between classes and entities visually. Visualization between classes and entities can help developer to gain more understanding of how a row of data in database transform to/from object in memory. The following movie shows how to visualize the mapping between classes and entities.





Tell Us What You Think