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 ?