Ross ROSS = Recommend OSS · open-source software intelligence for agents

aergoio/litetree

SQLite with Branches observed · 2026-08-28

github.com/aergoio/litetree · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

58/100

  • Activity 79
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2949
  • days_rel: n/a
  • days_push: 128
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1638 stars · 40 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

LiteTree is a modified SQLite engine that supports database branching, allowing multiple connections to read or write separate branches or commits of the same database, similar to git. It was built as the storage core for the Aergo blockchain.

Use cases

  • run sqlite queries against a specific branch of a database
  • read a database at a previous point in time
  • test schema changes on a branch without affecting master
  • store blockchain state with branching support
  • have multiple connections writing to separate branches of one database

When to choose

  • you need git-like branching or time-travel queries in an embedded SQL database
  • you are building blockchain or ledger systems that need forkable state
  • you want SQLite compatibility with point-in-time reads

When to avoid

  • you need a standard, unmodified SQLite with broad tooling support
  • you need distributed or networked database branching
  • you require heavy write concurrency across many nodes

Facets

library · maturity maintenance

database database-driver databases blockchain developer-tools windows cross-platform c sqlite branching versioned-database time-travel fork linux macos

1 source

Member repositories

RepositoryRoleHealth v2
aergoio/litetreemain58

For agents

markdown · JSON · MCP: product_card(name="aergoio/litetree")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem