igorkasyanchuk/rails_db
Rails Database Viewer and SQL Query Runner
Repository profile
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
Repository updates
Get generated plentz/lol_dba development summaries by email, or follow the weekly and monthly RSS feeds.
Sign in to subscribe by email. RSS feeds are public.
Sign in to subscribeTracked growth, recent movement, and commit velocity from stored repository snapshots.
Latest capture 2026-07-24 03:05
5 captures since 2026-06-09
Stars from baseline -1
All tracked data
Frameworks, package managers, ecosystems, and dependency manifests found during catalog scans.
Scanned 2026-07-24 03:05
Gemfile
ruby ecosystem,
0 dependencies
lol_dba.gemspec
ruby ecosystem,
3 dependencies
Gemfile.lock
ruby ecosystem,
60 dependencies
Searchable topics, generated tags, and stack labels that explain where this repository fits.
Agent instructions and tool configuration paths found in the repository tree.
Nearest indexed repositories by embedding similarity.
Rails Database Viewer and SQL Query Runner
Polo travels through your database and creates sample snapshots so you can work with real world data in development.
Replaces Rails PostgreSQL `dbconsole` with the much nicer `pgcli`
The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
A faster alternative to the custom use of `in_batches` with `pluck`
Make your PostgreSQL migrations safe