icydb-core 0.180.2

IcyDB — A schema-first typed query engine and persistence runtime for Internet Computer canisters
Documentation
1
2
3
4
5
#[cfg(any(test, feature = "sql"))]
mod affine_numeric;

#[cfg(any(test, feature = "sql"))]
pub(in crate::db) use affine_numeric::rewrite_affine_numeric_compare_expr;