Expo SQLite Query Helper
JSON →Expo SQLite Query Helper (v1.2.0) is a lightweight, zero-config query builder for expo-sqlite in React Native apps. It provides a simple async API for common SQL operations (createTable, insert, search, update, delete) with automatic promise handling and result objects (row, insertId, lastQuery). Unlike raw SQLite, it abstracts away SQL syntax while still exposing the last executed query for debugging. Compatible with Expo SDK 46+ and expo-sqlite 10.3+. Ships TypeScript types. Alternative to Knex.js or TypeORM for Expo projects. Release cadence: monthly minor updates.
Resources
packageexpo-sendylo-sqlite-helper ↗