1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-27 23:32:48 +02:00

Add pg-schema-diff

This commit is contained in:
Bryce Plunkett
2024-03-04 12:59:48 -08:00
committed by GitHub
parent 7733622d7e
commit d654c4c636

View File

@@ -93,6 +93,7 @@ For Database Management
### CLI
* [atlas](https://github.com/ariga/atlas) - Atlas is a tool for managing and migrating database schemas using modern DevOps principles.
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
* [pg-schema-diff](https://github.com/stripe/pg-schema-diff) - CLI (and Golang library) for diffing Postgres schemas and generating SQL migrations with minimal locking.
* [pgsh](https://github.com/sastraxi/pgsh) - Branch your PostgreSQL Database like Git
* [psql](https://www.postgresql.org/docs/current/static/app-psql.html) - The built-in PostgreSQL CLI client
* [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV