microsoft / vscode-node-sqlite3

Asynchronous, non-blocking SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

Binaries are missing #16

Closed tkalliom closed 2 years ago

tkalliom commented 2 years ago

It seems that the binary distribution has not been set up at all. The binary section of package.json still refers to the Mapbox S3 bucket, which obviously does not have binaries for the newer versions.

gpetrov commented 2 years ago

Yes and please add Linux Arm as well Darwin Arm64 binaries. It was so often requested with the original map box sqlite3 module and it breaks so many docker deploys because of the missing binaries.

bpasero commented 2 years ago

Our intent is not to create another distribution of this library but track the original library as closely as possible. In fact, https://github.com/microsoft/vscode-node-sqlite3/issues/11 tracks upstreaming our changes and then we will delete this repository very likely.