(str: string, options?: { simple?: boolean })
| 27 | prepare(sql: string): SqliteStatement; |
| 28 | exec(sql: string): void; |
| 29 | pragma(str: string, options?: { simple?: boolean }): any; |
| 30 | transaction<T>(fn: (...args: any[]) => T): (...args: any[]) => T; |
| 31 | close(): void; |
| 32 | readonly open: boolean; |
no outgoing calls
no test coverage detected