Hermes PostgreSQL
    Preparing search index...

    Type Alias HermesSql

    HermesSql: Sql<{ bigint: bigint }>

    PostgreSQL connection type configured for Hermes.

    This is a Postgres.js connection configured with:

    • BigInt support for handling large position values
    • Logical replication capabilities
    • Appropriate connection pooling

    https://github.com/porsager/postgres Postgres.js documentation