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

Add RegreSQL to Utilities (#217)

Co-authored-by: Kaarel Moppel <kmoppel@users.noreply.github.com>
This commit is contained in:
Lorenzo Bragaglia
2025-04-30 15:35:40 +02:00
committed by GitHub
parent 9df7e09b0a
commit fb63ec7e52

View File

@@ -234,6 +234,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
* [ScaffoldHub.io](https://scaffoldhub.io) - Generate fullstack PostgreSQL apps with Angular, Vue or React (Commercial Software).
* [planter][https://github.com/achiku/planter] - Generate PlantUML ER diagram textual description from PostgreSQL tables
* [pgroll](https://github.com/xataio/pgroll) - Zero-downtime, reversible, schema migrations for Postgres
* [RegreSQL](https://github.com/dimitri/regresql) - Tool to build, maintain and execute a regression testing suite for SQL queries.
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)