Tilman Roeder
Tilman Roeder
Yes, I think this looks like an issue with file locking (I think the denk api is still unstable as well) but essentially it’s currently not really possible to detect...
Implementing this might address #249
Yes, my guess would be that we have to implement that method. It's worth noting that the locking only works with `--unstable`, since Deno only provides an unstable locking API...
Hello, thanks for the contribution! This mostly looks good code wise, but requiring unstable to run is not great. I’ll see what the status of these APIs is on the...
Hey! This mostly looks good. One small thing I'd want to change is use an array instead of a map to store the open files; I made some changes locally...
Yeah, this looks like we should just swap out the deprecated functions.
Yep, we should just upgrade the version of SQLite!
Are there any plans for stabilizing these (and the file locking) APIs? This is blocking deno sqlite from upgrading to the new API: https://github.com/dyedgreen/deno-sqlite/pull/259
I think publishing on JSR sounds like a good idea! The module currently only supports Demo, but we could add support for NodeJS / Bun etc, by writing the right...
I think its tricky. What’s really nice about the WASM based solution is that it has a clear runtime-independent API it expects. This API can then be provided in e.g....