Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

create_databases_tracking

Function create_databases_tracking 

Source
pub async fn create_databases_tracking(
    instance: &Instance,
    device_signing_key: &PrivateKey,
) -> Result<Database>
Expand description

Create the _databases tracking database

This database stores the database tracking information mapping database_id -> DatabaseTracking. Auth is bootstrapped by Database::create with the device key as Admin(0).

§Arguments

  • instance - The Instance handle
  • device_signing_key - The device’s Ed25519 signing key

§Returns

The created _databases Database