A native, synchronous PostgreSQL client. The test suite requires postgres to be running in the correct configuration. The easiest way to do this is with docker ...
FORCE INSTALL postgres FROM core_nightly; LOAD postgres; CREATE OR REPLACE SECRET ( TYPE postgres, PASSFILE 'C:\...\.pgpass' ) ; ATTACH '' AS postgres_db (TYPE ...