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:
@@ -47,4 +47,8 @@ export class SqliteConnection extends Connection {
|
||||
},
|
||||
] as const;
|
||||
}
|
||||
|
||||
override async close(): Promise<void> {
|
||||
// no-op
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user