UNPKG

@200systems/mf-db-postgres

Version:

PostgreSQL database client with connection pooling, migrations, and health monitoring

7 lines 509 B
export { PostgresClient, PostgresTransaction } from './client.js'; export { PostgresDatabaseFactory, PostgresFactory } from './factory.js'; export { PostgresMigrator } from './migrator.js'; export type { PostgresConfig } from './types.js'; export type { DatabaseClient, QueryResult, Transaction, Migration, MigrationRecord, HealthCheckResult, ConnectionError, QueryError, MigrationError } from '@200systems/mf-db-core'; export { createLogger } from '@200systems/mf-logger'; //# sourceMappingURL=index.d.ts.map