Remix.run Logo
kevinmgranger 3 hours ago

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

tkel 3 hours ago | parent | next [-]

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_experiment 3 hours ago | parent | prev [-]

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