Connect DbSchema to Aurora PostgreSQL and turn the live schema into an editable visual model: explore relationships in interactive ER diagrams, plan changes on the canvas, and generate reviewed SQL scripts for deployment.
The workflow is designed for relational modeling, migration planning, and SQL-first collaboration — keep an offline model in Git, collaborate across teams, and publish documentation that developers, analysts, and stakeholders can navigate in minutes.
Download DbSchema See Aurora PostgreSQL Features Download Aurora PostgreSQL JDBC Driver · All drivers
Get to your first Aurora PostgreSQL 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 PostgreSQL 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 PostgreSQL layers PostgreSQL wire compatibility on top of Amazon's distributed storage engine, providing automatic failover, up to fifteen read replicas, and Global Database support for cross-region replication. Because it speaks the PostgreSQL protocol, DbSchema connects using the standard PostgreSQL JDBC driver and exposes the full schema — tables, views, sequences, functions, and extensions — exactly as it would for a self-hosted PostgreSQL instance.
DbSchema introspects all schemas in an Aurora PostgreSQL cluster and renders the result as interactive ER diagrams. Tables can be dragged into focused layouts that highlight specific bounded contexts, and the diagrams update automatically when the underlying schema changes.
Download DbSchema Free See Aurora PostgreSQL Features
The DbSchema Query Builder constructs SELECT statements visually — join tables, add WHERE conditions, and aggregate results without writing raw SQL. It generates standard PostgreSQL syntax that runs identically on Aurora PostgreSQL, Aurora Serverless v2, and self-managed PostgreSQL clusters.
DbSchema stores the schema model as a structured project file that can be committed directly to a Git repository. Every structural change — a new column, an added index, a dropped table — becomes a traceable commit. For Aurora PostgreSQL deployments where multiple engineers contribute schema changes, this provides a clear audit trail and enables pull-request-based schema reviews.
jdbc:postgresql://cluster.cluster-id.region.rds.amazonaws.com:5432/dbname.?ssl=true&sslmode=require to enforce TLS in
transit. To use IAM database authentication instead, grant the database user the rds_iam
role and supply a short-lived RDS auth token as the password.Managing schema changes across an Aurora PostgreSQL Global Database? Download DbSchema for free and keep primary and secondary region schemas in one versioned project.
Teams working with Aurora PostgreSQL often use these engines too. Explore dedicated guides and JDBC setup for each.