Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: tell about building #33

Closed
Hibou57 opened this issue Jun 8, 2017 · 2 comments
Closed

Suggestion: tell about building #33

Hibou57 opened this issue Jun 8, 2017 · 2 comments

Comments

@Hibou57
Copy link

Hibou57 commented Jun 8, 2017

SQLite3 Node module can be built with an sqlite3.h and a libsqlite3.so. It's convenient to get the latest SQLite3 version (ex. the actual is 3.19.2, and I built the library with the amalgation C file).

I’ve just checked the same can be done with the promisified SQLite module:

npm install -g --build-from-source --sqlite=/<some-dir>/sqlite3 sqlite

It works.

This may be useful to users to tell about this option.

@theogravity
Copy link
Collaborator

Feel free to open a PR adding to the readme

@theogravity
Copy link
Collaborator

v4 now allows for any sqlite library to be used as long as it conforms to the sqlite3 API. You might want to check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants