Expand description
Macros and derive for ic-dbms-canister
This crate provides procedural macros to automatically implement traits
required by the ic-dbms-canister.
§Provided Derive Macros
DbmsCanister: Automatically implements the API for the ic-dbms-canister.
All other derive macros (Encode, Table, DatabaseSchema, CustomDataType)
are provided by wasm-dbms-macros and re-exported through the
ic-dbms-api and ic-dbms-canister preludes.
Derive Macros§
- Dbms
Canister - Automatically implements the api for the ic-dbms-canister with all the required methods to interact with the ACL and the defined tables.