mirror of
https://github.com/thelounge/thelounge.git
synced 2026-04-17 04:18:47 -04:00
https://www.npmjs.com/package/sqlite3 is deprecated and Node 22 (#5041) lets us use the builtin `node:sqlite` package (although it is experimental) most changes are a result of the native module being synchronous relies on #5041 (now merged) Closes https://github.com/thelounge/thelounge/issues/5033