# brody2consult/cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API

Repository: https://github.com/brody2consult/cordova-sqlite-storage
Canonical: https://ross.abutalabs.com/products/cordova-sqlite-storage
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2025-02-26T22:49:44+00:00

## Health v2 (maintenance only)
Score: 36/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 8, release rhythm 35, longevity 100
- inputs: {"age_days": 4856, "days_push": 553, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2162, forks 714 (observed 2026-08-28T04:06:21.055534+00:00)

## What it is
A Cordova/PhoneGap plugin providing native SQLite database access on Android, iOS, and Windows with an API based on the HTML5/Web SQL draft API. It lets hybrid mobile apps store and query structured data locally without a server.

## Use cases
- store data locally in a cordova app
- use sqlite in an ionic app
- offline database for phonegap app
- web sql api replacement for mobile apps
- persist structured data on android and ios
- query sqlite from javascript in a hybrid app

## When to choose
- building a Cordova, PhoneGap, or Ionic app that needs local relational storage
- you want a Web SQL-like API backed by native SQLite
- you need cross-platform local persistence across Android and iOS

## When to avoid
- building a native app without Cordova
- you need encryption (use the cordova-sqlcipher-adapter instead)
- you need pre-populated databases or BLOB features (use cordova-sqlite-ext)
- browser-only persistence is required (no persistence in browser platform)

## Facets
- artifact type: plugin
- maturity: active
- function: database, database-driver
- domain: mobile-development, databases, cross-platform
- platform: windows, browser, cross-platform
- tags: cordova, phonegap, sqlite, web-sql, hybrid-apps, local-storage, android, ios

## Member repositories
- brody2consult/cordova-sqlite-storage (main) score 36

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:21.055534+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-30T02:50:13.988070+00:00, confidence not recorded.
  - readme: https://github.com/brody2consult/cordova-sqlite-storage (fetched 2026-08-28T04:06:21.055534+00:00, sha 04ace1666bfc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
