pbdb 0.3.0

DBMS over RocksDB with schema as Protobuf description with custom annotations
Documentation
1
2
3
4
5
use parking_lot::{RwLock, const_rwlock};

pub use rocksdb;

pub static DB: RwLock<Option<rocksdb::DB>> = const_rwlock(None);