vespertide 0.1.21

Rust workspace for defining database schemas in JSON and generating migration plans and SQL from model diffs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "vespertide"
version = "0.1.21"
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Rust workspace for defining database schemas in JSON and generating migration plans and SQL from model diffs"

[dependencies]
vespertide-macro = { workspace = true }
vespertide-core = { workspace = true }