FoundationDB first impl

This commit is contained in:
Mauro D
2023-03-30 06:26:53 +00:00
parent 05d53da6fb
commit d74731f3c6
25 changed files with 1555 additions and 725 deletions

View File

@@ -1,2 +1,4 @@
#[cfg(feature = "foundation")]
pub mod foundationdb;
#[cfg(feature = "rocks")]
pub mod rocksdb;