Skip to content

Commit

Permalink
add in option to not error if intermediate paths dont exist
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Apr 25, 2024
1 parent 26a201a commit 5d88601
Show file tree
Hide file tree
Showing 8 changed files with 367 additions and 159 deletions.
2 changes: 2 additions & 0 deletions grovedb/src/element/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ mod insert;
#[cfg(any(feature = "full", feature = "verify"))]
mod query;
#[cfg(any(feature = "full", feature = "verify"))]
pub use query::QueryOptions;
#[cfg(any(feature = "full", feature = "verify"))]
mod serialize;
#[cfg(feature = "full")]
use core::fmt;
Expand Down
Loading

0 comments on commit 5d88601

Please sign in to comment.