Skip to main content

Interface: IDatabaseOptions

Properties

create

create: boolean

Whether the database needs to be created if it doesn't exist. Defaults to true.


readOnly

readOnly: boolean

Whether the database should be open in read-only mode or not. Defaults to false.