DbSchema Blog

Categories

DbSchema Blog

Reverse Engineering a PostgreSQL Database

Learn how to reverse-engineer an existing PostgreSQL database into an offline ER diagram, extract the pg_catalog schema, and map undeclared relations.

• 05-Sep-2026

DbSchema Blog

PostgreSQL Schema Version Control: Methods and Tools

Discover how to manage PostgreSQL schema version control using Git workflows. Learn to diff XML models and generate automated migration scripts safely.

• 05-Sep-2026

DbSchema Blog

A Visual Query Builder for PostgreSQL

How DbSchema builds PostgreSQL SELECTs and joins from the diagram, where the recursive CTE actually goes, and what it will not do to production.

• 05-Sep-2026

DbSchema Blog

Improve Performance with Range Partitioning in PostgreSQL

Discover how PostgreSQL range partitioning splits large tables into smaller parts based on values like dates or numbers, making queries faster and maintenance easier.

• 05-Sep-2026

DbSchema Blog

PostgreSQL CREATE INDEX Guide with psql and DbSchema | DbSchema

Learn how to create indexes in PostgreSQL using psql and DbSchema, including index options, limitations, and practical examples.

• 05-Sep-2026

DbSchema Blog

PostgreSQL Database Design Tools: Visual Comparison

DbSchema, pgModeler, SqlDBM, dbdiagram.io and ChartDB compared as PostgreSQL design tools: reverse-engineering, offline modelling and current pricing.

• 05-Sep-2026

DbSchema Blog

How to Handle Large PostgreSQL Schemas with a GUI Tool

Learn how to manage large PostgreSQL schemas with a visual database tool: split diagrams, compare changes, document tables, and handle 10,000+ tables.

• 05-Sep-2026

DbSchema Blog

PostgreSQL Transactions Guide with COMMIT and ROLLBACK | DbSchema

BEGIN, COMMIT, ROLLBACK, SAVEPOINT and ROLLBACK TO in one reference, plus isolation levels and the commands PostgreSQL will not run in a transaction.

• 05-Sep-2026

DbSchema Blog

PostgreSQL Schema Migration: Deploying Changes Safely

Deploy PostgreSQL schema changes without blocking traffic: lock_timeout, constant defaults, NOT VALID constraints and CREATE INDEX CONCURRENTLY.

• 05-Sep-2026

DbSchema Blog

SQLite UNION vs UNION ALL Explained with Examples | DbSchema

Learn how to use SQLite UNION and UNION ALL with examples in sqlite3 and DbSchema, including differences, limits, and practical use cases.

• 05-Sep-2026

first   prev   next   last