diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index f5926d65fc686a..b8eafe8a64ca85 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -98,6 +98,10 @@ exposed by this class execute synchronously. + +* `active` {boolean} Whether to set the defensive flag. + +Enables or disables the defensive flag. When the defensive flag is active, +language features that allow ordinary SQL to deliberately corrupt the database file are disabled. +See [`SQLITE_DBCONFIG_DEFENSIVE`][] in the SQLite documentation for details. + ### `database.location([dbName])`