PostgresRecordManagerOptions: {
    postgresConnectionOptions: PoolConfig;
    pool?: Pool;
    schema?: string;
    tableName?: string;
}