# andpor/react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)

Repository: https://github.com/andpor/react-native-sqlite-storage
Canonical: https://ross.abutalabs.com/products/react-native-sqlite-storage
Language: Java
License: MIT
License Family: permissive
Last push: 2024-05-24T03:12:01+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3960, "days_push": 831, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2825, forks 520 (observed 2026-08-28T04:07:24.157324+00:00)

## What it is
A native SQLite3 plugin for React Native providing an identical JavaScript API on Android, iOS, and Windows. It supports SQL transactions, callback or Promise interfaces, and importing pre-populated databases from the app bundle.

## Use cases
- store data offline in a react native app
- use sqlite database in react native on ios and android
- ship a pre-populated sqlite database with my mobile app
- run sql transactions from javascript in react native
- persist structured data locally without a server
- query a local database with promises in react native

## When to choose
- you need local relational storage in a React Native app on iOS and Android
- you want to bundle a pre-populated SQLite database with your app
- you prefer a mature native module with a consistent JS API across platforms

## When to avoid
- you use Expo managed workflow without native module support (ejecting or expo-sqlite may be simpler)
- you need a reactive/observable data layer rather than raw SQL
- you target web or non-React-Native projects

## Facets
- artifact type: library
- maturity: maintenance
- function: database, database-driver, sdk
- domain: mobile-development, databases, cross-platform
- platform: cross-platform
- tags: react-native, sqlite, native-module, offline-storage, prepopulated-database, android, ios, mobile

## Member repositories
- andpor/react-native-sqlite-storage (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:24.157324+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:38:14.530592+00:00, confidence not recorded.
  - readme: https://github.com/andpor/react-native-sqlite-storage (fetched 2026-08-28T04:07:24.157324+00:00, sha 59f933446b4c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
