# achristmascarl/rainfrog

🐸 a database tool for the terminal

Repository: https://github.com/achristmascarl/rainfrog
Canonical: https://ross.abutalabs.com/products/rainfrog
Homepage: https://crates.io/crates/rainfrog
Language: Rust
License: MIT
License Family: permissive
Topics: ratatui, rust, terminal, mysql, sqlite, postgresql, sql, database-management
Last push: 2026-08-25T01:39:44+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 60
- inputs: {"age_days": 840, "days_push": 9, "days_rel": 9, "gap_med": 9.0, "n_releases_24m": 45}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5293, forks 96 (observed 2026-08-28T04:09:15.161871+00:00)

## What it is
Rainfrog is a terminal-based (TUI) database management tool built in Rust with Ratatui, supporting PostgreSQL, MySQL, SQLite, and other databases. It offers a vim-like query editor with syntax highlighting, table browsing, filtering, and schema navigation.

## Use cases
- query postgres from the terminal
- browse and filter database tables in a tui
- lightweight alternative to GUI database clients
- run sql queries with vim keybindings
- manage sqlite and mysql databases in the shell
- inspect table metadata and schemas over ssh

## When to choose
- you live in the terminal and want a fast, keyboard-driven database client
- you need a lightweight alternative to DBeaver or pgAdmin
- you work across postgres, mysql, and sqlite with one tool
- you're on a remote server or ssh session without GUI access

## When to avoid
- you need full GUI features like visual ER diagrams or report builders
- you require write access on production databases (breaking changes expected)
- you need Oracle or DuckDB as first-class, well-tested drivers
- you prefer mouse-heavy point-and-click database tools

## Facets
- artifact type: cli-tool
- maturity: active
- function: database, database-driver, terminal-ui, developer-tools
- domain: databases, developer-tools
- platform: windows, cli, rust, cross-platform
- tags: tui, sql-client, ratatui, postgres, mysql, sqlite, vim-keybindings, database-management, command-line, linux, macos

## Member repositories
- achristmascarl/rainfrog (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:15.161871+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-29T17:59:11.829167+00:00, confidence not recorded.
  - readme: https://github.com/achristmascarl/rainfrog (fetched 2026-08-28T04:09:15.161871+00:00, sha a185eb68409c)
  - registry_crates: https://crates.io/api/v1/crates/rainfrog (fetched 2026-08-29T08:53:57.945575+00:00, sha 9e78d71d8cad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
