Crate tulip_sled_util

Crate tulip_sled_util 

Source
Expand description

an embedded database using the sled framework

Modules§

config
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