icydb-core 0.144.7

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
pub(crate) mod existing_rows;
pub(crate) mod numeric;
pub(crate) mod order_sensitive;
pub(crate) mod projection;
pub(crate) mod scalar_terminal;

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