Skip to content

v0.0.2

Choose a tag to compare

@devioarts devioarts released this 15 Jun 22:23

New Features

  • 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
  • Added TESTING.md with test pattern documentation