-
Notifications
You must be signed in to change notification settings - Fork 105
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
help: basic example for the web browser #23
Comments
Hi @setop, Have a look at the example from the README. Does that work? If not, what would you like to see that's not already there? |
Hi @luciferous, Thanks for your message.
I'd like to be able to open a text editor and write an HTML page that have:
without having to install node/npm/npx/webpack. |
Ok I see. I think you're essentially asking for a beefier demo than the one supplied in /example. |
I try to make a simple web page that : loads sql.js-httpvfs, open the database, have an input text where to enter the SQL query, a button to run the query and an a js function to perform the query and display the result.
All the material I can find here is using node to build the logic but I just want plain JS in an HTML page.
Is there a way to have it in the browser ?
The text was updated successfully, but these errors were encountered: