mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-07-26 13:24:07 +03:00
fix compilation error
This commit is contained in:
parent
fb8688df45
commit
77a604fa50
6 changed files with 16 additions and 9 deletions
|
@ -17,6 +17,6 @@ rocksdb = { version = "0.17.0", features = ["multi-threaded-cf", "zstd"], option
|
|||
persy = { version = "1.2", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["sled", "persy", "heed", "sqlite", "rocksdb"]
|
||||
default = []
|
||||
|
||||
sqlite = ["rusqlite"]
|
||||
sqlite = ["rusqlite"]
|
||||
|
|
|
@ -17,7 +17,7 @@ pub type TreeKVIter<'a> = Box<dyn Iterator<Item = (Vec<u8>, KVIter<'a>)> + 'a>;
|
|||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct Config {
|
||||
ignore_broken_rows: bool,
|
||||
pub ignore_broken_rows: bool,
|
||||
}
|
||||
|
||||
pub trait Database {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue