Function tvix_store::pathinfoservice::redb::create_schema

source ·
fn create_schema(db: &Database) -> Result<(), Error>
Expand description

Ensures all tables are present. Opens a write transaction and calls open_table on PATHINFO_TABLE, which will create it if not present.