DbSchema gives Aurora MySQL teams a design-first workflow: import the existing schema as an interactive ER diagram, refine it visually, and ship every change as a reviewed SQL script.
Built for fast schema design, query iteration, and safe MySQL-compatible deployments, with an offline model you can keep in Git, team collaboration, and documentation that developers, analysts, and stakeholders can navigate in minutes.
Download DbSchema See Aurora MySQL Features Download Aurora MySQL JDBC Driver · All drivers
Get to your first Aurora MySQL 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 Aurora MySQL 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.
Amazon Aurora MySQL is a cloud-native relational engine designed to deliver up to five times the throughput of standard MySQL by decoupling compute from distributed storage. Clusters expose a writer endpoint and one or more reader endpoints, and schemas evolve independently of instance scaling. DbSchema connects to Aurora MySQL using the standard MySQL JDBC driver — the same driver used for any MySQL 8-compatible database — so there is no extra driver installation required.
DbSchema introspects the Aurora cluster schema and renders every table, column, foreign key, and index as a navigable ER diagram. You can group related tables into diagram layouts, annotate relationships, and share diagrams with your team as HTML documentation — without keeping a live connection open.
Download DbSchema Free See Aurora MySQL Features
Production Aurora clusters frequently diverge from development MySQL instances during feature work. DbSchema's schema comparison tool connects to two environments simultaneously — or compares a live cluster against a saved schema file — and generates the exact ALTER statements needed to bring them back into alignment. You review the diff before any SQL runs.
The built-in SQL editor supports the full MySQL dialect and Aurora-specific extensions such as parallel query
hints and SELECT INTO OUTFILE S3. You can maintain separate connection profiles for the writer
endpoint and the reader endpoint, keeping analytical queries off the writer node.
jdbc:mysql://cluster.cluster-id.region.rds.amazonaws.com:3306/dbname.cluster.cluster-id-ro.region.rds.amazonaws.com), keeping analytical queries off the
writer node.?useSSL=true&requireSSL=true. Connect to reverse-engineer
the schema.Ready to stop guessing which Aurora environment has the latest schema change? Download DbSchema for free and diagram your Aurora MySQL cluster from the writer endpoint in minutes.
Teams working with Aurora MySQL often use these engines too. Explore dedicated guides and JDBC setup for each.