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

SQL.js #27

Closed
brodycj opened this issue Sep 4, 2018 · 1 comment
Closed

SQL.js #27

brodycj opened this issue Sep 4, 2018 · 1 comment

Comments

@brodycj
Copy link

brodycj commented Sep 4, 2018

I have a client who is interested in using Web SQL API for testing in a browser, without need for the Cordova framework itself. Built-in Web SQL is not suitable for reasons such as:

I think the obvious solution is to use SQL.js.

While the implementation should be straightforward I think it would be nice to avoid duplicated efforts if possible.

@nolanlawson
Copy link
Owner

The goal of node-websql is to implement the WebSQL API. I'm not really maintaining it anymore or looking to move it in another direction, but if you would like to use node-websql to implement what you're talking about, it should be possible. Using the plugin API, you can implement your own SQLite bindings under the hood (or mock it out using SQL.js). Not sure if that helps, but those are my current goals for the project… also feel free to fork. :)

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