Dj

Results 86 comments of Dj

> where would I deploy the [lib]sqlite3.dll/so/dynlib file on the end-users system? Right next to the binary for my app? Yeah, CWD is one place we look for in first...

As an update, we now use custom built SQLite3 libraries on macOS and Linux since it has been observed to improve performance. Same could be done for Windows but there...

> I know we don't have destructors in JS, but I'm wondering if you would consider using something like the [FinalizationRegistry API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry) to do this? Yup - good idea, added...

Had to revert finalizer... causing unexpected exits during tests weirdly only on Windows CI

Do you have SQLite3 library installed on your system?

Oh right, we should show the exact error as cause of our custom error message to user. A PR would be appreciated! Or I can do it when I get...

Readme now explicitly states `--allow-env`, `--allow-ffi` and `--unstable` flags are required. So I'll be closing this issue for now.

There was a breaking change in Deno FFI API that split pointer type into two: pointer & buffer. This is fixed in rewrite which will land soon.

I'll be closing this for now since rewrite has been released and it handles the changes in Deno FFI API changes as well.