Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
modelador_v2.0.0.zip | 2025-05-16 | 26.7 MB | |
modelador_v2.0.0_source.zip | 2025-05-06 | 21.8 MB | |
README_Modelador.txt | 2025-05-06 | 2.2 kB | |
LEAME_Modelador.txt | 2025-05-06 | 2.6 kB | |
licencia.txt | 2025-05-06 | 33.1 kB | |
Totals: 5 Items | 48.5 MB | 0 |
===================================== Project Modeler ===================================== The Project Modeler is a tool for graphically designing relational database models, specifically for PostgreSQL. It allows creating tables, views, stored procedures, types, domains and more with ease and precision. It also manages different versions of the database model, recording the necessary commands to migrate between database versions. This free software can be downloaded from SourceForge. Documentation in Spanish and English is available at www.lulasoftware.com.mx (which may be slow, likely because it's built with Grav). ===================================== Features ===================================== - Graphical design of relational database models for PostgreSQL - SQL script generation for database creation +-> Can also generate MySQL scripts (mainly converts SERIAL to AUTO_INCREMENT NOT NULL) - Export relational model as JPEG image - PostgreSQL support (9.2+) for verifying tables/fields against existing databases - Edit views, procedures, types and domains - Multilingual interface: Spanish, English, Portuguese, Russian, French, Chinese, Greek, German, Indonesian, Polish ===================================== Requirements ===================================== - OS: 64-bit Windows (tested on modern versions) - Database: PostgreSQL 9.2 (or later, see note) *Only needed for model verification ===================================== Installation ===================================== 1. Unzip the file to your preferred folder 2. Run mp.exe ===================================== Important PostgreSQL Compatibility Note ===================================== The Modeler was developed and tested with PostgreSQL 9.2. While it may work with newer versions, you must replace libpq.dll with a version compatible with your PostgreSQL installation. The included libpq.dll works with PostgreSQL 9.2 (64-bit). ===================================== Credits ===================================== Developed by epinacho -> With assistance from Ludmi (AI development companion)✨