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

fastmonkeys/stellar

Fast database snapshot and restore tool for development observed · 2026-08-28

github.com/fastmonkeys/stellar · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 4450
  • days_rel: n/a
  • days_push: 628
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3852 stars · 120 forks observed · 2026-08-28

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

Stellar is a Python CLI tool for taking fast snapshots of PostgreSQL and MySQL databases and restoring them quickly during development. It works by copying databases within the RDBMS and renaming them on restore, making it far faster than dump-based tools.

Use cases

  • quickly restore my database after testing migrations
  • snapshot database before switching git branches
  • reset local dev database after messing with SQL
  • fast alternative to pg_dump and pg_restore
  • save and restore database state while developing
  • create named database snapshots for local development

When to choose

  • you need very fast database snapshot/restore cycles in local development
  • you work with PostgreSQL (or partially MySQL) and frequently switch branches or test migrations
  • you can tolerate some risk of data loss in a dev environment

When to avoid

  • production databases or any data you cannot afford to lose
  • you need portable snapshot files that can move between machines
  • you need full MySQL support or other databases like SQLite

Facets

cli-tool · maturity maintenance

database backup developer-tools cli databases developer-tools windows cli python database-snapshots postgresql mysql development-workflow snapshot-restore command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
fastmonkeys/stellarmain32

For agents

markdown · JSON · MCP: product_card(name="fastmonkeys/stellar")

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