Add an SQLite database to an existing html, js project

I have an existing html and javascript project. Can I add an sqlite database to this project. I have tried creating an SQLite project and adding my html and javascript files to it but I cant see how to add a webviewer to it to test it. I tried creating a node.js project but had the same problem. Any help would be appreciated.
Thank you

1 Like

To use SQLite you need a server, so python flask, node.js, deno, django, ruby on rails, etc. there are plenty of options.

2 Likes

Thanks for the reply InvisibleOne. What I would like to know is how to add these features to my project. How do I add an sqlite database to an existing project containing html, CSS an js files.

Are you familiar with python? If you are I can help you setup a server quick

I am. That would be great. Thank you very much.

I invited you to a repl, (assuming your replit username is garrygorman1). Sorry for the late reply

1 Like