open Method
Open the underlying database for querying. When performing significant activity against a SettingsDb, open it before the operations and close it afterwards.
open(): void
@note Explicit open/close is a performance optimization for batches of operations. Individual methods like getSetting and getSettings will auto-open and auto-close the database if it is not already open.
Returns - void
Defined in
Last Updated: 19 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.