icydb-core 0.144.9

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod existing_rows;
mod numeric;
mod order_sensitive;
mod projection;
mod scalar_terminal;

pub(in crate::db) use existing_rows::*;
pub(in crate::db) use numeric::*;
pub(in crate::db) use order_sensitive::*;
pub(in crate::db) use projection::*;
pub(in crate::db) use scalar_terminal::*;