react-native-sqlite-orm

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

A simple ORM utility for React Native apps using SQLite, built on top of react-native-sqlite-storage. Version 1.0.0 provides a Rails-inspired active record pattern with model definitions, CRUD operations, query builder, and raw SQL execution. Works on iOS and Android but not web. Key differentiators: lightweight, supports column types, defaults, unique constraints, and paginated queries. Integrates with Expo SQLite or direct react-native-sqlite-storage. Notable: exports from 'expo-sqlite-orm' despite package name, and uses class-based models with static getters.