From fb63ec7e52dd5c4cf53afa486f13d26b60ea5921 Mon Sep 17 00:00:00 2001 From: Lorenzo Bragaglia Date: Wed, 30 Apr 2025 15:35:40 +0200 Subject: [PATCH] Add RegreSQL to Utilities (#217) Co-authored-by: Kaarel Moppel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a07d2c..ee90f2d 100644 --- a/README.md +++ b/README.md @@ -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)