roomrs-migrate 0.2.2

Schema snapshot model, diff and codegen for roomrs (internal crate)
Documentation
1
2
3
4
5
6
7
8
9
# roomrs-migrate

Schema snapshot model, schema diffing, compression, and code generation shared by [roomrs](https://github.com/yongaru/roomrs) macros and runtime.

## Usage

This is an internal implementation crate. Application code should normally use [`roomrs`](https://crates.io/crates/roomrs) for migrations, or [`roomrs-cli`](https://crates.io/crates/roomrs-cli) for snapshot checks and migration drafts.

See the [repository README](https://github.com/yongaru/roomrs#readme) for snapshot workflow details.