Download DbSchema 6.0
DbSchema can run on Windows, Linux and Mac OS.
DbSchema requires Java 1.6 or later installed on your computer.
Registered users for version 5 receive free update to version 6. For upgrade please use the version 6 installer.
Windows
-
Executable installer
should start directly after download.
-
Java
installer
Please open the command prompt and execute
- cd Downloads
- java -jar DbSchemaInstall.jar
-
Zip package
Unpack and execute DbSchema.exe or DbSchema.bat.
Linux
- Installer
The installer should start directly after download. If it does not, please open a terminal and execute
- cd Downloads
- java -jar DbSchemaInstall.jar
- Zip package
Unpack and execute from terminal
- chmod +x dbschema.sh
- ./dbschema.sh
Mac
- Installer App
The installer should start directy after download.
- Java Installer
After downloading, please open a terminal and execute
- cd Downloads
- java -jar DbSchemaInstall.jar
- Zip package
Unpack and execute from terminal
- chmod +x dbschema.sh
- ./dbschema.sh
Release notes
Latest release ( 16.jan.2012 ) include :
- Various bug fixes
- improved search in Relational Data Browse
- Synchronization dialog shows the table SQL differences
- compatibility with Java 1.7
- Ingres, MySql, PostgreSQL fixes
JDBC drivers
DbSchema uses JDBC driver to connect to different databases. The software is bundled with few JDBC drivers
( MySql, PosgreSql, Oracle, SqlServer, Derby, HSQL, Mimer, Db2, etc. ). For the other databases or if the driver
has not a compatible version with the database, you should search by yourself for the proper driver.
Please also visit our
drivers page to learn how you can get the proper JDBC driver.