Key features
Focus on architecture
The database architecture is the key factor in designing a successful application. With DbSchema we strive for an intuitive perception of the database, based on a graphical image of the database architecture. This increases your understanding of Relational databases, with benefits for the design and performance of your database. read more
Relational Data Browse 
You just click a table, and the data shows up. Than you choose a Foreign Key, and the data from the connected table shows up, showing the related data. Like this you can navigate from table to table, with an unlimited cascadation level. With filters, data sorting, editing and inserting of records, view of large Objects (LOBs) and much more. read more
Database schema synchronization and team work
Doing team work on the databases is a major responsibility. DbSchema lets you reverse engineering the database schema, work it offline and synchronize the changes back. You can save the schema as a XML file. For conversion proposes you can change the database provider and upload the schema on a different database. You can generate the synchronization scripts, execute them, etc. read more
Work free on SQL
DbSchema includes a powerful SQL editor, with syntax highlight, auto complete and automatic query generation. The queries can be executed in the classic way or as a script, can be debugged ( explained ) and saved. You can run multiple queries at a time and also you can display multiple results at a time. read more
Document your schema
Good documentation is vital for maintaining any application, and schemes are no exception to this rule. DbSchema supports documentation from the ground up, allowing every table, column, index, etc. to have an associated comment or description. DbSchema can generate documentation in several formats (html, svg, etc ...) or can generate comments SQL scripts. read more
