Skip to main content

Interface: IDatabaseOptions

Properties

create?

optional create?: boolean

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


readOnly?

optional readOnly?: boolean

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