4 ms·
Deno has sqlite: https://docs.deno.com/examples/sqlite/ https://docs.deno.com/examples/sqlite/
by kevinmgranger 5mo ago
Deno has sqlite: https://docs.deno.com/examples/sqlite/ https://docs.deno.com/examples/sqlite/
- tkel 5mo agoSo does node, since v22: https://nodejs.org/api/sqlite.html 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_experiment 5mo agoAh my mistake, this wasn't the case last I used it, thanks for pointing this out, I checked briefly and referenced stale data.