pub async fn add_auth_keys( db: &Database, keys: &[(&PublicKey, AuthKey)], ) -> Result<()>
Apply per-key auth to a database via a settings transaction. The caller chooses the keys and permissions; this just writes them.