summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-08-01 14:50:01 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-08-01 14:50:01 +0200
commit6c174bebade1627a837e70bec827753446d6498a (patch)
tree35a229d9601565685f2ea2e24a268bb29be6bc55 /README.md
parente4a5b966decd910213de4ecbdc1b1ed2c4daf947 (diff)
parent6d72c85766a8355e1d660ff0c19b43e93faad4d8 (diff)
downloadgo-gg-6c174bebade1627a837e70bec827753446d6498a.tar.gz
Merge branch 'pgruntime'
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4f404f..2a2ad6e 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ My personal extension of the standard library.
### Addons for database/sql
- [gsql](./gsql/): abstraction layer for database libraries, supporting both database/sql drivers and non-standard drivers like [pgx](https://github.com/jackc/pgx)
+- [pgruntime](./pgruntime/): connection handling for PostgreSQL databases, including optional support for database migrations and self-contained test DB instances
### Addons for errors