Crate bonerjams_db

Crate bonerjams_db 

Source
Expand description

an embedded database using the sled framework

Modules§

rpc
exposes access to the sled database via gRPC
types

Structs§

Database
Database is the main embedded database object using the sled db
DbBatch
DbBatch is a wrapper around the sled::Batch type providing convenience functions
DbTree
DbTree is a wrapper around the sled::Tree type providing convenience functions