Optional
fullWhether the database should only allow one database connection to access it at one time.
Defaults to false
.
See more information about this option in the SQLite documentation
Optional
readWhether the database connection should be read-only and prevent writing. Defaults to false
for non-extension asset files. However, extension asset files are always read-only and cannot
be edited.
Options for opening a SQLite database connection. These options are passed to the SQLite
open
method.See more information about these options in the SQLite documentation