Tell Us What You Think
Insightful Database Design

Design database with ERD. Enter the records of database tables. Synchronize data model with class model.
Entity relationship diagram

Design relational database with entity relationship diagram (ERD). Draw conceptual, logical and physical models. Maintain the transition and traceability between data models.
The following movie demonstrates how to perform conceptual data modeling with ERD, how to produce a physical ERD from conceptual ERD with few clicks, and a short demonstration on designing stored procedures and generating DDL.
Define sample data in ERD

Input sample data or initial database data when design database with Entity Relationship Diagram (ERD). The generated database initialization script includes insert sample data to the database.
Synchronize ERD to class diagram

Generate entity relationship diagrams (ERD) from UML class diagrams and vice versa. Keeping both database design and object-oriented design always in-sync.
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.
Import ERWin Data Modeler project files

DB Visual ARCHITECT imports AllFusion ERWin Data Modeler project files. You can import your entire AllFusion ERWin Data Modeler project files into Visual Paradigm format. The following screenshots demonstrate how to import AllFusion ERWin Data Modeler project file.





Tell Us What You Think