pub async fn create_instance_database(
instance: &Instance,
device_signing_key: &PrivateKey,
) -> Result<Database>Expand description
Create the _instance system database
This database stores Instance-level configuration and metadata.
Auth is bootstrapped by Database::create with the device key as Admin(0).
§Arguments
instance- The Instance handledevice_signing_key- The device’s Ed25519 signing key
§Returns
The _instance Database