UNPKG

@200systems/mf-db-mysql

Version:

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

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