Structs§
- Redb
Path Info Service - PathInfoService implementation using redb under the hood. redb stores all of its data in a single file with a K/V pointing from a path’s output hash to its corresponding protobuf-encoded PathInfo.
- Redb
Path Info Service Config
Enums§
Constants§
Functions§
- configure_
builder 🔒 - Applies options from RedbPathInfoServiceConfig to a redb::Builder.
- create_
schema 🔒 - Ensures all tables are present. Opens a write transaction and calls open_table on PATHINFO_TABLE, which will create it if not present.