Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
9answers
29k views

light weight ER diagram tool

Looking for a light weight ER Diagram tool. We are only looking to visualize our tables and their relationships, however none of them have primary key constraints defined. We use certain index/NOT ...
3
votes
4answers
1k views

How to generate Entity-Relation diagram from SQL DDL?

For example DbVisualizer can be used to connect to a DB and create nice diagram out of existing tables and their relations. But in this specific case I do not have a live database but I have bunch of ...
2
votes
2answers
213 views

Pgadmin III Alternative - Windows

I am looking for an alternative to the free pgAdmin III that works on windows. I basically need it for managing my tables / views / SP / etc. If it did ER diagrams, that is a huge plus, and I like ...
2
votes
2answers
114 views

software or service to collaborate on a data model?

I'm trying to find a tool where a lot of people can work on a data model collaboratively (doesn't have to be at the same time, a checkout mechanism can work too). Embarcadero has an ER application ...
2
votes
9answers
2k views

Tool to draw ER Diagrams

I'm looking for a good tool to help me draw ER (entity-relationship) Diagrams on Windows
2
votes
3answers
6k views

Open source ER diagramming tool for mysql

I want to reverse engineer (import into diagram form) the database definition dump of a database I have, then since no foreign keys are defined in this particular database, I want to be able to ...
1
vote
2answers
278 views

How to create E-R diagram in mysql

I am using MySQL. There are 28 tables in my database. I've tried to use MySQL Workbench to create E-R diagram. As there are 28 tables, everything is messed up in diagram using MySQL Workbench. Is ...
1
vote
1answer
148 views

Generating ER diagram and export to some interactive map

I am looking for a tool which would generate ER diagram from an existing MySQL database and could be exported to some interactive map (HTML, Flash, etc). I want to get out the effect, that when you ...
1
vote
1answer
356 views

Generate ER/Workflow diagram from PHP code/script logic

Is there anything out there to read my source code and generate a ER or Workflow Diagram from the logic of my script? Yes I've added the 'Lazy' tag for this question
1
vote
3answers
81 views

Does exist a free software that gives you Entity-Relation Diagram from a SQL file? [closed]

I have a .sql file representing my phpmyadmin database. I want to see the entity relation diagram of it. Does exist an easy and free software that shows it from a SQL file? Thanks.
1
vote
1answer
292 views

Please critique E-R diagram of datamodel

I'm building the data model for the website of a student club at my university and I need some feedback on what I have so far. Every term students become members by paying a membership fee. This ...
1
vote
3answers
359 views

entity relationship diagram

what represents single line with an arrow mark in ER diagram? please help me.
1
vote
1answer
1k views

Generate ER Diagram from existing MySQL database, created for CakePHP

for CakePHP application i created MySQL database. which tool to use to create ER Diagram of database? fields and relations between tables are created on an way cakePHP likes. thank you in advance!
1
vote
1answer
475 views

Changing diagram notation to UML in Visual Paradigm

I have drawn an ER Diagram in Visual Paradigm (DBVA Software) for my database. As i know, Viusal Paradigm uses Crow's Foot notation for showing ERD objects. Is there any way to convert my ER diagram ...
0
votes
0answers
154 views

ER Diagram generator for SQL Server 2005

I have a Database and I would like a tool that allows me to select certain tables from a particular database and generates the ER Diagram for me in SQL Server 2005. For this I have searched quite ...
0
votes
1answer
83 views

ER Diagram/Data Modelling question

I wanted to know how to represent a relationship between two entities which means "atleast". Eg- A song must be part of atleast one album. If "A song can be part of one or more than one album" means ...
0
votes
0answers
133 views

EER diagram in MyPHPAdmin

I've already created a database on MyPHPAdmin using MAMP server. I just could not export the EER or table relation diagram. Any idea how to do that?? Thanks in advance Meedo
0
votes
0answers
184 views

convert sql schema to er diagram

I have an (oracle) SQL schema file which defines a series of tables and their PK and FK relationships. I am looking for a tool that will take this as an input and output an image of an ER diagram. ...
0
votes
3answers
70 views

DB Schema design, table with many columns

I'm designing a schema for a learner management system. I currently have LearnerDetails table which stores below categories of information. - login user account details - contact details and home ...
0
votes
1answer
285 views

ER-Diagram : How to manage sessions ? (parallel drupal <-> symfony2)

I am building my app and have been annoyed concerning sessions storage. I am a newbie about sessions. I am working with Symfony2 and MySQL, and as Symfony is storage-agnostic, I am searching into the ...
0
votes
1answer
246 views

Convert XML data to ER diagram

Is it possible to convert data in XML/TXT format into an ER Diagram? If yes, how? I am looking at any open-source tool or code that would help in doing so using C# or VB Thanks, Sam
0
votes
1answer
238 views

Can I export the ER-diagram from the existing Java source containing JPA/ORM annotations?

It's also okay to generate a diagram in runtime. Since annotations are known in compile-time, so I deem runtime is not necessary. Does Hibernate support to generate ER diagram on the fly? Or any ...
0
votes
0answers
270 views

E-R Software Diagram

Someone knows a good software to quickly draw a E-R diagrams? (for quickly i mean a software that allow to specify the attributes for an entity, than the software look after the arrangment of the E-R ...
0
votes
2answers
111 views

What tool can I use to build a nicely-formatted SQL DB diagram on a Mac?

I need to create an entity relationship diagram for a MySQL database. It doesn't need to be automatically generated or anything, and I don't have foreign keys defined anyway. I could swear that I ...
0
votes
1answer
619 views

ER-Diagram and SQL DDL for a library database

I'm trying to draw an ER-diagram and SQL ddl for a simple library database. I have the following entities: Book (holds the ISBN as key, book title, author) Copy (copyID of a copy of a book, ...
0
votes
2answers
128 views

Beginning with ER diagrams [closed]

Why do we use ER diagrams. why is it required? Iam new for the ER diagrams. can anyone answer me?
0
votes
1answer
355 views

needed ER diagram for following scenario

a supplier located in only one city supplies various parts for the projects to different companies located in various cities.Draw ER diagram for this scenario. Thanks.
0
votes
2answers
208 views

Entity Relationship Diagramming

I'd like to improve my understanding of cardinality constraints in ER diagrams. I have two entities: User Location But, I want the relationship between these two entities to be many-to-many (a ...
0
votes
4answers
321 views

Anyone have any interesting ER diagrams to learn from?

Maybe stackoverflow can release theirs? :)