You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
directory option — databases can now be stored in default, documents, library, or cache locations with platform-aware path mapping (iOS, Android, Electron, Web)
Bug Fixes
Android compatibility and stability fixes
readonly mode now correctly blocks all write operations (execute, run, runBatch, beginTransaction, migrations)
DB_ALREADY_OPEN is now correctly detected when reopening with a different directory or readonly value
Other
Replaced example-app with a new playground app (React + Vite) covering CRUD, batch, transactions, migrations, and stress tests