#[derive(DbmsCanister)]
{
// Attributes available to this derive:
#[tables]
}
Expand description
Automatically implements the api for the ic-dbms-canister with all the required methods to interact with the ACL and the defined tables.
#[derive(DbmsCanister)]
{
// Attributes available to this derive:
#[tables]
}
Automatically implements the api for the ic-dbms-canister with all the required methods to interact with the ACL and the defined tables.