Changelog:
9.7.0 (2026-07-23)
This release adds vector-search to NitroSQLite with the new react-native-nitro-sqlite-vec package. Check out the updated README to install and use it! 🚀
✨ Features
- Add SQL Console screen for testing SQL queries (#271) (e6f540d)
- Harness tests (#266) (bf654b3)
- sqlite-vec: vector search (#285) (02d7775)
🐛 Bug Fixes
- correct query result memory estimate (#287) (1945cf5)
- Improve memory management (#290) (87e0c0f)
- ios: enable SQLite performance mode (#291) (718ef3e)
- release script (99b41e1)
🔄 Code Refactoring
- remove unused comment (9126ff4)
- restructure into monorepo (package -> packages) (#274) (f92f332)
- reuse statement execution for batch commands (#292) (a41a4b1)
🏗️ Project configuration and build flow
- bump
react-native-nitro-sqlite-vec(848dae1) - deps: bump actions/cache from 5 to 6 (#278) (f8b58bc)
- deps: bump actions/checkout from 6 to 7 (#277) (179a15a)
- fix incorrectly updated dependency versions in
bun.lockafter recent Nitro update (#275) (73beb83) - Update GH workflows and fix caching (#273) (48ee51e)
- Update NitroModules and Nitrogen to version 0.36.1 (#272) (882866f)
- Update node and TypeScript (#276) (72ce949)