mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Merge pull request #19813 from matrumz/master
[better-sqlite3] Added fileMustExist to DatabaseOptions
This commit is contained in:
Vendored
+2
@@ -1,6 +1,7 @@
|
||||
// Type definitions for better-sqlite3 3.1
|
||||
// Project: http://github.com/JoshuaWise/better-sqlite3
|
||||
// Definitions by: Ben Davies <https://github.com/Morfent>
|
||||
// Mathew Rumsey <https://github.com/matrumz>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="node" />
|
||||
@@ -42,6 +43,7 @@ declare class Transaction {
|
||||
interface DatabaseOptions {
|
||||
memory?: boolean;
|
||||
readonly?: boolean;
|
||||
fileMustExist?: boolean;
|
||||
}
|
||||
|
||||
interface RegistrationOptions {
|
||||
|
||||
Reference in New Issue
Block a user