sqlite_journal_mode
Default | wal |
---|---|
Value | string |
Allowed Values | delete wal |
Allows using write-ahead logging mode for database.
Driver name is sqlite
.
To compile support for this driver. you need sqlite library and headers.
sqlite_journal_mode
Default | wal |
---|---|
Value | string |
Allowed Values | delete wal |
Allows using write-ahead logging mode for database.
sqlite_path
Default | [None] |
---|---|
Value | string |
Path to the sqlite database.
sqlite_readonly
Default | no |
---|---|
Value | boolean |
Specifies that this database is read-only and should not be attempted to be created or written to.