TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

How to install sqlite for Linux and Windows in the same project? #1754

Open CodingBear-Git opened 10 months ago

CodingBear-Git commented 10 months ago

Issue Summary

How to install sqlite for Linux using Windows? Or vice versa? In version 5.1.6 it was possible to make multiple sqlite builds here: "\node_modules\sqlite3\lib\binding\napi-v6-win32-unknown-x64" and "\node_modules\sqlite3\lib\binding\napi-v6-linux- musl-x64". Thus, the application worked on both Linux and Windows.

Relevant logs or output

There is no way to install sqlite for another or more OS

Version

5.1.7

Node.js Version

20.11.0

How did you install the library?

npm i sqlite3