Tilman Roeder

Results 75 comments of Tilman Roeder

Yes sqlite3 has a nice approach. But I’d suggest to use the WASM bindings unless you run into performance problems in your use-case. They have the major advantages of a)...

> Personally, I do not have a need for browser-compatible database drivers. If I am using sqlite in a deno/nodejs project, it is because I want the data to be...

Maybe another issue to mention with having a built-in SQLite / using a native SQLite with potentially untrusted code, is that it would break Deno's sandbox: https://sqlite.org/appfunc.html#security_implications

Yeah, but generally, having SQLite (i.e. a more or less opaque blob of C code) interact with the file-system and os means that there is a lot more surface for...

Hey, sorry for taking a while to get back to this! This change looks great, outside of a few files that are flagged by the formatting in CI 👀 (Some...