Skip to main content

Crate sparrowdb_catalog

Crate sparrowdb_catalog 

Source

Re-exports§

pub use catalog::Catalog;
pub use catalog::LabelId;
pub use catalog::RelTableId;
pub use types::TypeTag;

Modules§

catalog
Catalog: label and relationship-table CRUD backed by a TLV file.
tlv
TLV (Tag-Length-Value) codec for catalog payload pages.
types