TryGhost / node-sqlite3

SQLite3 bindings for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CodingBear-Git opened this issue · comments

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