logoalt Hacker News

kevinmgrangeryesterday at 10:25 PM2 repliesview on HN

Deno has sqlite: https://docs.deno.com/examples/sqlite/


Replies

tkelyesterday at 10:26 PM

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.

thot_experimentyesterday at 10:31 PM

Ah my mistake, this wasn't the case last I used it, thanks for pointing this out, I checked briefly and referenced stale data.