mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
added batching for postgres
This commit is contained in:
@@ -151,4 +151,5 @@ export abstract class Connection<DB = any> {
|
||||
}
|
||||
|
||||
abstract getFieldSchema(spec: FieldSpec, strict?: boolean): SchemaResponse;
|
||||
abstract close(): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user