Expand description
Marker structs that indicate access mode.
Structs§
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.
- Single
Path - Indicates that a database is opened in a mode that only requires a single path (i.e. not secondary mode).