@pwngh/economy-lab
    Preparing search index...

    Type Alias EngineOpenOptions

    EngineOpenOptions: EngineOpenShape<PgPool>

    The shared field vocabulary for opening a SQL engine, with the pool type bound to this driver's PgPool. The composition layer assembles these fields from configuration; postgresStore implements the Postgres subset (it opens by url or takes a pre-built pool, and honors schemaName isolation).