ic-dbms-api

Crates.ioic-dbms-api
lib.rsic-dbms-api
version0.3.0
created_at2025-12-06 13:02:58.332292+00
updated_at2025-12-24 16:48:46.945652+00
descriptionPublic API types for ic-dbms-canister. This crate provides shared types for interacting and implementing the ic-dbms-canister.
homepage
repositoryhttps://github.com/veeso/ic-dbms
max_upload_size
id1970131
size235,752
Christian Visintin (veeso)

documentation

https://docs.rs/ic-dbms-api/

README

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

Sanitizers

Validate

Value

Memory

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 0

cargo fmt