trilium/apps/db-compare
2025-09-03 18:23:47 +03:00
..
src
eslint.config.mjs
package.json
README.md chore(dx): get rid of references to NX 2025-09-03 18:23:47 +03:00
tsconfig.app.json
tsconfig.json

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:

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

To serve development build with arguments:

pnpm dev --args "apps/server/spec/db/document_v214.db" --args "apps/server/spec/db/document_v214_migrated.db"