expo-sqlite-query-helper-next
JSON →SQLite query helper library for expo-sqlite, providing a simplified API for common database operations like createTable, insert, search, update, and delete. Current stable version 1.1.6 targets Expo SDK 45+ and expo-sqlite ^10.2.0. It wraps SQLite queries with promise-based results and includes auto-increment ID tracking. Unlike raw expo-sqlite, this library reduces boilerplate but is tightly coupled to Expo's SQLite implementation and lacks support for transactions, migrations, or raw SQL passthrough.