Minimal structural interface for a Postgres client (pg Pool/Client compatible).
Injected, like the Redis and Qdrant adapters, so actrone-memory needs no hard pg
dependency and the store is unit-testable without a database. Anything exposing this
query shape works, including a pg.Pool, a pg.Client, or a pooled wrapper.
Minimal structural interface for a Postgres client (
pgPool/Client compatible).Injected, like the Redis and Qdrant adapters, so
actrone-memoryneeds no hardpgdependency and the store is unit-testable without a database. Anything exposing thisqueryshape works, including apg.Pool, apg.Client, or a pooled wrapper.