minco-db 0.5.0

Provider-neutral migration and safe seed lifecycle models for Minco
Documentation

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.