+ 1
Database Connection [JS]
Is it possible to connect a database csv or excel using Javascript?
3 Answers
+ 5
You can read it through ajax, but limited to same domain files.
+ 4
This code is written completely in JavaScript, from client to server.
You Can For example create a project with SQLite in glitch.com and connect it with your page
https://code.sololearn.com/WpcxHO3Lekbq/?ref=app
0
I think I can connect it with Node.js