icydb-schema 0.24.3

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
# IcyDB Schema

Schema AST, validation, and builder utilities used by IcyDB macros and planning layers.

End-user canister code should normally depend on `icydb`; this crate exists for schema internals and tooling.

References:

- Workspace overview: `README.md`
- Contracts: `docs/contracts/QUERY_CONTRACT.md`, `docs/contracts/IDENTITY_CONTRACT.md`
- Release notes: `CHANGELOG.md`