Make web app open SQLite db on server
in
Contributed Library Questions
•
2 years ago
Hi there!
I am working on a project that uses the awesome SQLibrary by Florian Jenett to connect to a SQLite database. The command is as follows:
I am working on a project that uses the awesome SQLibrary by Florian Jenett to connect to a SQLite database. The command is as follows:
- db = new SQLite(this, "data/twitter.db");
The problem is, when I export the app, and try to run it on the browser, it always try to find the file in the user "workspace", not in the server's.
Is there anything I can do?
Thank you in advance!
Is there anything I can do?
Thank you in advance!
1