icydb-core 0.76.13

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
use icydb_core::{
    db::DbSession,
    traits::CanisterKind,
};

fn accept_session<C: CanisterKind>(_session: Option<DbSession<C>>) {}

fn main() {}