ktx/examples/orbit-relationship-verification/README.md
2026-05-11 01:08:31 -07:00

648 B

Orbit-style relationship discovery verification

This KTX project backs the default relationships:verify-orbit command. It uses the checked-in Orbit-style SQLite fixture from the relationship discovery benchmark corpus, with no declared primary keys or foreign keys in the database schema.

Run from the KTX workspace root:

pnpm run relationships:verify-orbit

The command refreshes:

examples/orbit-relationship-verification/reports/orbit-verification.md

Use a real local Orbit project by overriding the project directory:

KTX_ORBIT_PROJECT_DIR=/path/to/orbit-project pnpm run relationships:verify-orbit