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

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.