sim-relation-migrate 0.1.0

Checked schema migration programs and adoption attestations for SIM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# sim-relation-migrate

Provider-neutral schema evolution as an admitted, identity-checked program.
Every step names its exact input and output schema; destructive or ambiguous
changes must be authored, while derivation is limited to lossless additions.
Providers attest live normalized state and advertise the capabilities required
for transactional application and post-apply introspection.

The checked examples live in rustdoc and integration tests. This foundational
admission crate intentionally has no recipe directory because it does not own a
runtime execution surface.