Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Database Design Delphi VCL components?

I'm looking for a Delphi VCL component that allows my customers to visually create a database, that is, tables, fields, indexes, etc. Something like this: http://www.devart.com/blogs/dbforge/?p=136#more-136, but available as a third-party component to be embedded into an application. Do you know of something like this? I'm not looking for visual query builders, but database design components.

like image 431
Jose Leon Avatar asked Dec 06 '25 15:12

Jose Leon


2 Answers

You could start by looking into ESS Model source code: ess model is a free & open source UML desing and UML reversing tool wich export model data to XMI-format. Once your model generated, you could take it on from there and generate your SQL scripts.

Download : http://essmodel.cvs.sourceforge.net/viewvc/essmodel/essmodel/
Source Code : http://essmodel.cvs.sourceforge.net/viewvc/essmodel/essmodel/

like image 118
M0-3E Avatar answered Dec 09 '25 14:12

M0-3E


http://www.tmssoftware.com/site/diagram.asp

like image 30
da-soft Avatar answered Dec 09 '25 14:12

da-soft