Module redb

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

Enums§

Db 🔒
Error

Constants§

PATHINFO_TABLE 🔒

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.