ic-dbms-api 0.1.0

Public API types for ic-dbms-canister. This crate provides shared types for interacting and implementing the ic-dbms-canister.
Documentation

IC DBMS API

logo

license-mit repo-stars downloads latest-version ko-fi conventional-commits

ci coveralls docs

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 ic_dbms_api::prelude::*;

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.