← Back to context Comment by kevinmgranger 11 days ago Deno has sqlite: https://docs.deno.com/examples/sqlite/ 2 comments kevinmgranger Reply tkel 11 days ago So does node, since v22: https://nodejs.org/api/sqlite.htmlThey even added sql template string queries like recent popular libraries in v24.I just built a project using it. thot_experiment 11 days ago Ah my mistake, this wasn't the case last I used it, thanks for pointing this out, I checked briefly and referenced stale data.
tkel 11 days ago So does node, since v22: https://nodejs.org/api/sqlite.htmlThey even added sql template string queries like recent popular libraries in v24.I just built a project using it.
thot_experiment 11 days ago Ah my mistake, this wasn't the case last I used it, thanks for pointing this out, I checked briefly and referenced stale data.
So does node, since v22: https://nodejs.org/api/sqlite.html
They even added sql template string queries like recent popular libraries in v24.
I just built a project using it.
Ah my mistake, this wasn't the case last I used it, thanks for pointing this out, I checked briefly and referenced stale data.