trilium/apps/db-compare
2025-05-27 23:43:28 +03:00
..
src refactor(db-compare): type errors 2025-05-21 23:54:18 +03:00
eslint.config.mjs chore(db-compare): create empty project for monorepo 2025-05-03 03:31:44 +03:00
package.json fix(deps): update dependency diff to v8.0.2 2025-05-24 02:26:49 +00:00
README.md feat(db-compare): adapt to v214 2025-05-03 11:24:19 +03:00
tsconfig.app.json chore(types): disable verbatim module syntax for now 2025-05-27 23:43:28 +03:00
tsconfig.json chore(db-compare): create empty project for monorepo 2025-05-03 03:31:44 +03:00

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"