minco-db 1.2.1

Provider-neutral migration and safe seed lifecycle models for Minco
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# minco-db

`minco-db` models migration and seed identity, ownership, ordering, digests,
destructive risk, target status and verification without depending on SQLx or
a database runtime. It loads attributable `.minco-migrations.toml` and strict
`.minco-seeds.toml` sidecars and rejects ambiguous or unsafe plans before target
access.

PostgreSQL and SQLite adapters consume the provider-neutral sets. The
`cargo-minco` control plane owns credential indirection, exact-digest
acknowledgement, durable receipts and operator-facing JSON. Production
application startup never runs migrations or seeders. Demo/test seeds fail
closed in production, including through dependencies; data backfills remain
migrations.