# igorkasyanchuk/rails_db

Rails Database Viewer and SQL Query Runner

Repository: https://github.com/igorkasyanchuk/rails_db
Canonical: https://ross.abutalabs.com/products/rails_db
Homepage: https://www.railsjazz.com/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-06-19T21:27:58+00:00

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

## Adoption (not part of the score)
Stars 1496, forks 108 (observed 2026-08-28T04:04:53.765811+00:00)

## What it is
A Ruby gem that adds a web-based database viewer and SQL query runner to Rails applications at /rails/db. It lets developers inspect table contents and schemas, run SQL queries with autocomplete and EXPLAIN, and export data to CSV or Excel.

## Use cases
- inspect rails database tables in the browser
- run ad-hoc SQL queries against a rails app
- export database tables to csv or excel
- view database schema and indexes during development
- explain sql query performance in rails
- edit or delete table records from a web ui
- browse and filter table data while debugging

## When to choose
- you develop Rails apps with PostgreSQL, MySQL, or SQLite and want quick DB inspection
- you need a lightweight in-app alternative to external DB GUI tools
- you want SQL query history, autocomplete, and EXPLAIN inside your dev environment

## When to avoid
- you need a production-grade database administration tool with access controls beyond HTTP basic auth
- your stack is not Ruby on Rails
- you require support for databases beyond the common ActiveRecord adapters

## Facets
- artifact type: plugin
- maturity: active
- function: database, search-engine, developer-tools, gui, cli
- domain: databases, web-development, developer-tools, backend
- platform: ruby, cli
- tags: rails-gem, database-viewer, sql-query-runner, active-record, data-export, csv-export, web-server

## Member repositories
- igorkasyanchuk/rails_db (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:53.765811+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:33:13.056622+00:00, confidence not recorded.
  - readme: https://github.com/igorkasyanchuk/rails_db (fetched 2026-08-28T04:04:53.765811+00:00, sha 10b44f2d9d0e)
  - homepage: https://www.railsjazz.com/ (fetched 2026-08-29T11:38:48.007106+00:00, sha 626b8c854c6d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
