-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Docs on using node-sqlite3 with electron #1006
Comments
Is there some notes somewhere on how I can use this with electron? Kinda new to all this... |
@mika76 as far as I know, the default electron has no difference with the default NodeJS environment. Even for electron-builder, all the default settings should allow for a smooth experience. So essentially, if you follow the NodeJS guide you shouldn't run into any issue. If I am mistaken, then let me know. |
@kewde Do you mind posting an example S3 URL of a pre-built module that should be available to download? My current project config tries to download from curl https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.0.2/electron-v2.0-darwin-x64.tar.gz
# <?xml version="1.0" encoding="UTF-8"?>
# <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>3870605C202B8E5D</RequestId><HostId>XxALIJQJNImqynBHSnfNknTD5+ERFnXXnLzr+AEBqRK2TfWP2Aa1BdGQUi07PYfdenUM9r/0K4Q=</HostId></Error> Should this configuration be available as a pre-built download? Thanks in advance! |
👍 Thanks for the quick turn-around @kewde! Much appreciated |
@nocodaio |
@kewde now that #976 has landed, could you PR some docs to the README.md that explain how to install and use node-sqlite3 with electron?
The text was updated successfully, but these errors were encountered: