Module redb

Source

Structs§

RedbPathInfoService
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.
RedbPathInfoServiceConfig

Constants§

PATHINFO_TABLE 🔒

Functions§

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.