LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Reverse engineering in firebird (https://www.linuxquestions.org/questions/linux-software-2/reverse-engineering-in-firebird-673358/)

brevleq 09-30-2008 01:55 PM

Reverse engineering in firebird
 
Hey guys,

Someone knows a program I can use to construct the diagrams from a firebird's database?? I need reconstruct the structure of db, but it could be easier if I have entity-relationship diagram of that db, don't?

Thanks

Anttim 10-01-2008 12:39 PM

All major commercial DBMS include these type of tools. If you look from Google you find plenty of commercial projects of course. Some commercial UML-tools include database tools as well. Reverse engineering usually requires that the table scrip is in sql-format i.e. it is tool and database independent.

As far as free tools go, you might want to check the PgAdmin software from PostgreSQL DBMS. They might have the tool you are looking for as well.


All times are GMT -5. The time now is 07:49 PM.