2026-09-12 — Convex schema parity tool
Summary
Developers and agents can compare declared Convex schemas and table data between a reference deployment and a personal/dev deployment without installing another runtime. The same Node script backs a CLI and a gated browser page.
CLI
-
From
site-nextjs:pnpm convex:schema-parity -
--data— row counts per table -
--content— SHA-256 fingerprints of document bodies (drops_id/_creationTime; implies--data) -
--data-only,--table NAME,--max-docs N -
--jsonfor agents;--shapesfor declared↔inferred table presence -
Exit
0on parity,1on drift or error -
Implementation:
scripts/convex-schema-parity.mjs+scripts/lib/convex-schema-parity.mjs