From baab5f6fe0aafa7752f8e9ae86fc966afc18fe1a Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 5 Aug 2026 20:54:47 +0200 Subject: 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. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2a2ad6e..3a7354b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3.1