Build a clearer workflow for OrientDB: reverse engineer existing schemas into interactive ER diagrams, model changes visually, and generate reviewed SQL scripts before deployment.
DbSchema is built for visual modeling, schema documentation, and deployment. Keep an offline model in Git, collaborate across teams, and publish documentation that developers, analysts, and stakeholders can navigate in minutes.
Download DbSchema See OrientDB Features Download OrientDB JDBC Driver
Get to your first OrientDB schema diagram in minutes. No account, no credit card.
Download the installer for Windows, macOS, or Linux and launch DbSchema. No signup required.
Reverse engineer an existing OrientDB database or open a sample model to explore tables, relationships, and indexes.
Edit schema visually, generate documentation, and prepare reviewed migration scripts for safer releases.
OrientDB is a multi-model database engine that stores data simultaneously as documents, graph vertices and edges, key-value pairs, and objects. This flexibility makes it powerful but also harder to reason about structurally — a class in OrientDB can act as a document collection, a vertex type, or both. DbSchema connects via JDBC, reads the class hierarchy, and renders vertex-edge relationships alongside document class structures in a single ER-style diagram.
OrientDB's class system supports inheritance, and edge classes define explicit typed relationships between vertex types. DbSchema surfaces both in the diagram canvas, letting you see the document schema and the graph topology together rather than consulting two separate tools or catalog queries.
Download DbSchema Free See OrientDB Features
OrientDB supports a SQL dialect extended with graph traversal keywords such as
TRAVERSE and MATCH. DbSchema's query builder helps construct
OrientDB-compatible SELECT statements against vertex and edge classes without hand-writing
every clause from scratch.
The data explorer lets you page through stored vertices, edge records, or document class entries one class at a time. When you need to verify that graph relationships were written correctly after a bulk import, or audit document contents following a schema change, browsing records in DbSchema is faster than crafting one-off traversal scripts.
OrientDB listens on port 2424 for binary (JDBC) connections and port 2480 for the HTTP API.
The JDBC URL format is jdbc:orient:remote:host:2424/dbname. Download the OrientDB
JDBC driver from the official OrientDB repository and register it in DbSchema's driver manager
before connecting. For OrientDB Enterprise Edition, the same driver and URL format apply —
point the host to the enterprise server address. Ensure the OrientDB server process is running
and reachable on port 2424 before initiating the connection.