-
There's new core module in Node 22.5 for working with sqlite. I wonder what's better to use. Having less dependencies is definitely attractive, but I wonder how it compares to better-sqlite3 in terms of performance (most importantly!) and features (although we only use very basic features). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Please read the prior discussions here: #1234 |
Beta Was this translation helpful? Give feedback.
-
I retract below. It took me a while to figure it out, but it was a 3rd party (that uses better-sqlite3) had an update tool that was broken, and tried to use the wrong better-sqlite3 version for Node 22. Given that better-sqlite3 refuses to support Node 22, you are better off using the core sqlite module |
Beta Was this translation helpful? Give feedback.
Please read the prior discussions here: #1234