# yahoo/squidb

SquiDB is a SQLite database library for Android and iOS

Repository: https://github.com/yahoo/squidb
Canonical: https://ross.abutalabs.com/products/squidb
Homepage: https://github.com/yahoo/squidb/wiki
Language: Java
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2019-02-14T03:35:57+00:00

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

## Adoption (not part of the score)
Stars 1301, forks 127 (observed 2026-08-28T04:04:17.691444+00:00)

## What it is
SquiDB is a cross-platform SQLite database layer for Android and iOS (via j2objc), offering typesafe row objects, object-oriented SQL query builders, migration tools, and ContentProvider helpers. The repository was archived in May 2020 and is no longer maintained.

## Use cases
- store app data in sqlite on android without writing raw sql strings
- share sqlite database logic between android and ios via j2objc
- implement a contentprovider backed by sqlite
- manage sqlite schema migrations in an android app
- build typesafe queries with an object-oriented query builder

## When to choose
- you maintain a legacy Android project already using SquiDB
- you need j2objc-based shared SQLite logic and can maintain a fork yourself

## When to avoid
- starting a new Android project - the project is archived and unmaintained
- you need ongoing bug fixes, security patches, or modern Android/Kotlin support
- you want an actively maintained ORM like Room, SQLDelight, or Realm

## Facets
- artifact type: library
- maturity: abandoned
- function: database, orm, database-driver
- domain: mobile-development, databases, cross-platform
- platform: jvm
- tags: sqlite, j2objc, contentprovider, dao, query-builder, android-database, android, ios

## Member repositories
- yahoo/squidb (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:17.691444+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-30T04:52:16.631973+00:00, confidence not recorded.
  - readme: https://github.com/yahoo/squidb (fetched 2026-08-28T04:04:17.691444+00:00, sha ccadbd881c77)
  - homepage: https://github.com/yahoo/squidb/wiki (fetched 2026-08-29T12:09:42.644994+00:00, sha 3a7de488482b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
