any software for creating data models?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

any software for creating data models?

Post by pedrotuga »

I used power designer before, but i dont have a license anymore...

any freeware/open source alternative?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Does data model == database structure?

If so I use the freeware version of EMS MySQL Manager.
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post by pedrotuga »

ole wrote:Does data model == database structure?
yes... basicaly i need a software with which i can create an entity-relationship-diagram and it creates the sql to generate the database for me.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Access?
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post by pedrotuga »

ole wrote:Access?
??

nop.... npot access a database...

its like a UML design tool for database creation.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Code: Select all

ERD or "Entity Relationship Diagram"
or maybe:

Code: Select all

database case (tool OR software)
Post Reply