diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-08-05 20:54:47 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-08-05 21:59:12 +0200 |
| commit | baab5f6fe0aafa7752f8e9ae86fc966afc18fe1a (patch) | |
| tree | a719d1bada5eaa4d9eea273ecab1cd8984ae1154 /README.md | |
| parent | 2d21cde4673452e77c9c3b8ba55dc2cff8709368 (diff) | |
| download | go-gg-baab5f6fe0aafa7752f8e9ae86fc966afc18fe1a.tar.gz | |
pgtest: import interface spec from go-bits/easypg
This is only based on looking at the API documentation.
As always, the implementation will be completely fresh.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ My personal extension of the standard library. - [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 +- [pgtest](./pgtest/): test assertions for the content of PostgreSQL databases ### Addons for errors |
