Module mode

Module mode 

Source
Expand description

Marker structs that indicate access mode.

Structs§

ReadOnly
Secondary
Writeable

Traits§

IsSecondary
Indicates that a database is opened in secondary mode and can try to catch up with the primary.
IsWriteable
Indicates that a database is opened in write mode.
Mode
Indicates whether a database is opened in read-only or write mode.
SinglePath
Indicates that a database is opened in a mode that only requires a single path (i.e. not secondary mode).