react-native-sqlite-helper

JSON →
library 1.1.4 ·javascript maintenance
verified Jun 7, 2026

react-native-sqlite-helper is a Promise-based wrapper for react-native-sqlite-storage, providing non-blocking SQLite operations in React Native. It offers a functional SQL interface with formatted return values (arrays of objects). Current stable version is 1.1.4 (last updated 2022?). It requires react-native-sqlite-storage as a peer dependency, which must be linked natively. Differentiators: simpler Promise API compared to the callback-based react-native-sqlite-storage, and no native code inclusion itself, relying on the parent library.