UNPKG

@200systems/mf-db-postgres

Version:

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

8 lines 323 B
import { BaseSqlAdapter } from '@200systems/mf-db-core'; export declare class PostgresSqlAdapter extends BaseSqlAdapter { getDatabaseType(): 'postgresql'; supportsReturning(): boolean; adaptSql(sql: string): string; protected createPlaceholder(index: number): string; } //# sourceMappingURL=adapter.d.ts.map