Skip to main content

Crate sim_table_db

Crate sim_table_db 

Source
Expand description

Db-backed table backend for the SIM constellation.

Provides DbDir, a path-addressed directory tree of symbol-keyed values that satisfies the kernel table and directory contracts under capability control. Registered as a loadable library through install_db_dir_lib.

Structs§

DbDir
A node in a path-addressed, capability-gated directory tree of symbol-keyed values.
DbDirDescriptor
Serialized form of a DbDir: the citizen descriptor holding the directory node’s path within the store.

Functions§

db_dir_class_symbol
The fully qualified class symbol (table/DbDir) for the db-directory citizen.
install_db_dir_lib
Open a fresh db-directory store and return its root DbDir wrapped as an opaque table/directory object.