← Back to match
pistachio
Declarative PostgreSQL schema management CLI with a Terraform-like plan/apply workflow, generated from SQL diffs.
Desktopfree
pistachio is a free, open-source declarative schema management tool for PostgreSQL that works like Terraform's plan/apply: a developer defines the desired schema in SQL, pistachio diffs it against the live database and shows the exact DDL needed, then applies it, optionally inside a transaction. It covers tables, views, indexes, constraints, row-level security, triggers, and more, and warns rather than silently dropping unsupported statements. It targets backend developers and DBAs who manage PostgreSQL schema changes.
Categories
Developer ToolsDatabase Management

