Hi, this looks great!!
I'm looking to port my TiddlyPWA sync server datastore from x/sqlite (the wasm one) to something that has the same/better level of convenience/type-safety and supports various backends: node:sqlite on regular Deno, but also fetch-based remote libSQL on serverless hosting services.
Torm looks great and covers the node:sqlite part, but with the query API being synchronous, writing a remote backend isn't really possible. Would you consider making it async?
Hi, this looks great!!
I'm looking to port my TiddlyPWA sync server datastore from
x/sqlite(the wasm one) to something that has the same/better level of convenience/type-safety and supports various backends:node:sqliteon regular Deno, but also fetch-based remote libSQL on serverless hosting services.Torm looks great and covers the
node:sqlitepart, but with the query API being synchronous, writing a remote backend isn't really possible. Would you consider making it async?