Revert Wayfinder SQLite fallback dependency - #4094
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThe Wayfinder sample backend now requires Node.js 22.13.0, validates ChangesWayfinder Node SQLite migration
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant Backend
participant VersionCheck
participant NodeSQLite
Backend->>VersionCheck: ensureNodeSqliteSupported()
VersionCheck-->>Backend: Continue or exit with upgrade guidance
Backend->>NodeSQLite: Import DatabaseSync
NodeSQLite-->>Backend: Provide DatabaseSync
Possibly related PRs
Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
a037e01 to
6adc7a2
Compare
6adc7a2 to
cd67fce
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Purpose
Revert #3963
Approach
better-sqlite3fallback dependency and related SQLite adapter files.node:sqlite.node:sqlitein both the seed script and database module.Related Issues
Related PRs
Checklist
breaking changelabel added.Security checks
Summary by CodeRabbit
New Features
Bug Fixes