On Tuesday 15 October 2002 10:02, Alex 'CAVE' Cernat wrote: > salut > > pe mine ma intereseaza un aspect aparte in kestii relationale > > si anume o skula in care sa pot proiecta ( de fapt reprezenta ) ca lumea > o baza de date relationala ( si care sa aiba suport pentur mysql, > postgres, poate si un boracle, daca evoluez - prin suport inteleg macar > generare de scripturi sql pentru crearea tabelelor & restul de > dependinte - kei, secvente etc. ); ceva de genul sybase powerbuilder ( > parca asa se numeste ), numai pe leenox sa fie
dia (care are un oarece suport pentru uml) + o serie de scripturi care exista si care genereaza sql din diagramele desenate acolo. De exemplu: http://www.karyopse.de/dia2sql/ Currently MySQL and PostgreSQL are supported: For PostgreSQL dia2sql.pl creates REFERENCES constraints for column names starting with "FK_". You can change this behaviour at the top of the dia2sql.pl Perl script. So if you're using the following naming convention, foreign key information will be created automatically: e.g. the UML attribute "FK_AnyOtherTable_FieldName: INTEGER" will be converted to SQL as "FK_AnyOtherTable_FieldName INTEGER REFERENCES AnyOtherTable". invers (din baza de date in dia + html) poti folosi : Postgresql autodoc (http://www.rbt.ca/autodoc/index.shtml) care vad ca mai nou scoate si format dot (graphviz de la at&t, o scula de facut grafuri). Se discuta intr-o vreme si de un plugin sql pentru dia. Sorin M --- Pentru dezabonare, trimiteti mail la [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. REGULI, arhive si alte informatii: http://www.lug.ro/mlist/
