"SQL Mystery" App
[date=2020-07-20]
Lösung:

https://github.com/sql-js/sql.js
-> unter example können die Beispiel angeschaut werden.
Zum Nutzen auf einem eigenen Webserver benötigt man nur das sql.js Framework und ein paar WASM Dateien in einem "dist" Ordner:

- Infos zur IndexedDB: https://www.tutorialspoint.com/html5/html5_indexeddb.htm
- save SQL Querries in JSON format: https://www.construct.net/en/tutorials/extending-json-dialogue-system-2366?vic=36

- JSON online Editor: https://jsoneditoronline.org/#right=local.socinu&left=local.minuwe
Beispiele:

- SQL Island: https://sql-island.informatik.uni-kl.de/
Browser - like KhanAcademy
https://cs-blog.khanacademy.org/2015/05/just-released-full-introductory-sql.html
Khan Academy SQL Editor online:
https://www.khanacademy.org/computer-programming/new/sql
Cordova
https://cordova.apache.org/docs/de/latest/guide/overview/index.html
Cordova SQLite Tutorial
https://codesundar.com/cordova-sqlite-storage/
Electron
Electron SQLite Tutorial
https://www.freecodecamp.org/news/creating-an-electron-app-using-angular-and-sqlite3-24ca7d892810/