diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-07-30 19:57:29 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-07-30 19:57:54 +0200 |
| commit | 81e32cec36291685b59102594c714d235726e214 (patch) | |
| tree | 9d9db69d96dc3cd1dd3ba58d60aefdc84b85e157 /README.md | |
| parent | 7ead3465c7fdf564ae367e1169aeb68ced9267c8 (diff) | |
| download | go-gg-81e32cec36291685b59102594c714d235726e214.tar.gz | |
add package pgruntime
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
