Developed a tiny database system in Rust with using RocksDB as its underlying storage layer and rust-rocksdb library to interact with RocksDB
Recently I developed a tiny database system called rrrdb in Rust on top of RocksDB, which is a well-known Key-Value store.
"rrrdb" came from Relational-database in Rust with RocksDB, though I'd not say rrrdb is a relational database since it doesn't support having relations between objects at all