'Accessing database file without plugins
I'm currently building a website which contains some tests. To initialize these tests some data is necessary. So I created a database with a table to store this data. I created this database using sqlite3. Now I want to access this database by using JavaScript and SQL. However this should be simple when you use plugins which are either installed on your computer or imported from the internet, I don't want to use such plugins. This because I want the site to run on every computer and even without an internet connection.
Is there a way to access the database file using JavaScript without external plugins?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
