add rocksdb support

This commit is contained in:
Jonathan de Jong 2021-11-27 14:32:00 +01:00
parent a04057ed4c
commit e20e99493e
5 changed files with 249 additions and 3 deletions

View file

@ -1,4 +1,5 @@
pub mod heed;
pub mod rocksdb;
pub mod sled;
pub mod sqlite;