DbSchema connects through the CUBRID JDBC driver and draws classes and their attributes as interactive ER diagrams, backed by a SQL editor for CUBRID's collection types and a data explorer for browsing instances.
SET, MULTISET, and SEQUENCE columns with auto-completionTrusted by teams at
CUBRID extends the relational model with object-oriented features: tables are classes,
rows are instances, classes inherit, and attributes can hold SET,
MULTISET, or SEQUENCE collections. Exactly the parts a flat
catalog listing communicates worst.
DbSchema puts classes and attributes on a canvas, so the structure explains itself — to new team members, and to anyone planning a migration or refactoring.
Collection-aware editing and browsing, plus documentation to hand around.
Write queries over SET, MULTISET, and SEQUENCE attributes — operators like CONTAINS and SUBSET included — with class and attribute names auto-completed.
Filter and sort class contents in the data explorer, inspect collection values inline, and export a page of rows to CSV for spreadsheet analysis.
Generate HTML documentation of the schema — classes, attributes, relationships — to anchor refactoring plans and migration discussions.
The CUBRID schema lives in a design file DbSchema maintains beside the server — editable offline, diffable in Git, and deployed only as DDL you have read.
Rework the class structure with no broker connection at all.
Keep every schema revision reviewable next to your source.
Inspect the exact statements a change will execute.
Walk approved changes through dev, test, and production.
The driver class is cubrid.jdbc.driver.CUBRIDDriver, downloaded from the CUBRID
site and registered in DbSchema's driver manager. URLs follow
jdbc:cubrid:host:33000:mydb::: — 33000 is the default broker port, and the trailing
colons hold optional username, password, and charset parameters. HA clusters use the multi-host
form with comma-separated host:port pairs. Connect with an account holding the
required class-level privileges; setup steps are on the
CUBRID JDBC driver page.
Start free — Community Edition with a 15-day Architect trial included.
Teams working with CUBRID often use these engines too. Explore dedicated guides and JDBC setup for each.