sql.js + IndexedDB: Building an Offline-First Web App
Originally published at recca0120.github.io
sql.js lets you run SQLite inside the browser with an API that feels nearly identical to the server-side version. But there is a catch I only discovered the first time I used it: close the tab and all your ...
recca0120.hashnode.dev7 min read