IC DBMS API

This crate exposes all the types shared between an IC DBMS Canister and an external canister
You can import all the useful types and traits by using the prelude module:
use *;
Types
DBMS
Database
Foreign Fetcher
Init
Query
Table
Transaction
Dbms Types
Value
Memory
License
This project is licensed under the MIT License. See the LICENSE file for details.