Skip to content

Commit

Permalink
Added .configure('limit', ... to library type file
Browse files Browse the repository at this point in the history
refs 1bcbf70
  • Loading branch information
daniellockyer committed Sep 5, 2022
1 parent 81b6718 commit f0090b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sqlite3.d.ts
Original file line number Diff line number Diff line change
@@ -88,6 +88,8 @@ export class Database extends events.EventEmitter {
on(event: string, listener: (...args: any[]) => void): this;

configure(option: "busyTimeout", value: number): void;
configure(option: "limit", id: number, value: number): void;

interrupt(): void;
}

0 comments on commit f0090b8

Please sign in to comment.