We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.configure('limit', ...
1 parent 81b6718 commit f0090b8Copy full SHA for f0090b8
1 file changed
lib/sqlite3.d.ts
@@ -88,6 +88,8 @@ export class Database extends events.EventEmitter {
88
on(event: string, listener: (...args: any[]) => void): this;
89
90
configure(option: "busyTimeout", value: number): void;
91
+ configure(option: "limit", id: number, value: number): void;
92
+
93
interrupt(): void;
94
}
95
0 commit comments