Playground to test how SQLJs database can be persisted on IndexedDb
Run npm install
- Open index.html
- Click InitSQLJS (It will create SQL database, create table Person and insert John's info)
- Click Query John (Verify that data was inserted)
- Click Import SQLJs to IndexedDb (This will export SQLJs Db, check if IndexedDb exists, if not create it and save the DB)
- Refresh browser, or re-open index.html
- Click Import IndexedDb to SQLJs
- Click Query John to verify if Db was imported from indexedDb