diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index a05b9ea3f659f1..757d4e8d47bced 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -198,6 +198,14 @@ added: This method is used to create SQLite user-defined functions. This method is a wrapper around [`sqlite3_create_function_v2()`][]. +### `database.isOpen` + + + +* {boolean} Whether the database is currently open or not. + ### `database.open()`