Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 513 Bytes

File metadata and controls

17 lines (12 loc) · 513 Bytes

Database compare tool

Important

The original implementation was signficantly out of date. While we have made the effort of updating dependencies and getting it to run, currently it only compares the old database structure (v214).

To build and run manually:

nx build db-compare
node ./apps/db-compare/dist/compare.js

To serve development build with arguments:

nx serve db-compare --args "apps/server/spec/db/document_v214.db" --args "apps/server/spec/db/document_v214_migrated.db"