diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index a05b9ea3f659f1..225c814e5c1545 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -291,6 +291,17 @@ targetDb.applyChangeset(changeset); // Now that the changeset has been applied, targetDb contains the same data as sourceDb. ``` +### `database[Symbol.dispose]()` + + + +> Stability: 1 - Experimental + +Closes the database connection. If the database connection is already closed +then this is a no-op. + ## Class: `Session`