icydb-build 0.62.2

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# IcyDB Build

Build-time helpers for generated canister wiring, query/export surfaces, and metrics endpoints.

This crate also generates canister-local SQL routing glue (`sql_dispatch`) that maps
runtime SQL entity identifiers to concrete typed entity execution surfaces when
the consuming canister enables the `sql` feature. That routing boundary is
actor/facade-owned and intentionally not part of `icydb-core` SQL semantics.

This crate is usually consumed transitively through `icydb` and is published to support downstream dependency resolution.

References:

- Workspace overview: `README.md`
- Release notes: `CHANGELOG.md`