icydb-schema 0.184.21

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
# 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`