fix(sqlite3): replace module sqlite3 with @vscode/sqlite3#18231
fix(sqlite3): replace module sqlite3 with @vscode/sqlite3#18231mivtdole wants to merge 1 commit into
sqlite3 with @vscode/sqlite3#18231Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
We keep switching. It was marked as unmaintained 6 months ago, but it got a major release 3 months ago. So we moved back. We might have to move to the Microsoft fork once again |
Pull Request Checklist
Description of Changes
Changing the SQlite3 module from
sqlite3to@vscode/sqlite3as the first is no longer maintained and the second is a fork of the firs.https://www.npmjs.com/package/sqlite3
https://www.npmjs.com/package/@vscode/sqlite3
List of Breaking Changes
None as far as I was able to test.