Struct parity_db::Options [−][src]
pub struct Options { pub path: PathBuf, pub columns: Vec<ColumnOptions>, pub sync: bool, pub stats: bool, }
Database configuration.
Fields
path: PathBuf
Database path.
columns: Vec<ColumnOptions>
Column settings
sync: bool
fsync WAL to disk before commiting any changes. Provides extra consistency guarantees. Off by default.
stats: bool
Collect database statistics. May have effect on performance.
Implementations
impl Options
[src]
impl Options
[src]