Sorry if this is an obvious answer, I scanned through the docs, I couldn't see anything obvious where using the web worker I could delete and recreate the db file. There's obviously some cases where ...
Love it or hate it, the capabilities of your modern web browser continuously grow in strange and wild ways. The ability for web apps to work offline requires a persistent local storage solution and ...
Then require it into any module. const n1_sql = require('n1-sql'); n1_sql('http://localhost:9000') .vdbs('mock-20') .useTable('dp1', 'orgA.t') .useTable('dp2', 'orgB ...