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