Browser Storage Comparison: sql.js vs IndexedDB vs localStorage
Originally published at recca0120.github.io
Browser-side storage has more options than most developers expect. localStorage is the simplest but the most limited. IndexedDB is powerful but its API is notoriously verbose. sql.js gives you a full SQL en...
recca0120.hashnode.dev7 min read