icydb-core 0.27.8

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 Core

Runtime engine for IcyDB.

`icydb-core` contains execution, planning, storage-facing runtime logic, and observability plumbing used by the public `icydb` crate.

Most applications should depend on `icydb` directly. Use `icydb-core` only when you explicitly need internal runtime surfaces.

Current execution baseline in `0.18.x` includes stream-native composite execution (`Union`/`Intersection`) and guarded pagination scan budgeting for safe plan shapes.

References:

- Workspace overview: `README.md`
- Execution design/status: `docs/design/0.18-composite-limit-pushdown.md`, `docs/status/0.18-status.md`
- Release notes: `CHANGELOG.md`