database-tools.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [database-tools]
www.codever.land/bookmarks/t/database-tools
connection_pool
https://github.com/mperham/connection_pool
Generic connection pooling for Ruby, that can be used with anything, e.g. Redis, Dalli, etc.
- tags: ruby, database-tools
- :octocat: source code
Database Cleaner
https://github.com/DatabaseCleaner/database_cleaner
Database Cleaner is a set of strategies for cleaning your database in Ruby.
- tags: ruby, database-tools
- :octocat: source code
Foreigner
https://github.com/matthuhiggins/foreigner
Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb.
- tags: ruby, database-tools
- :octocat: source code
Large Hadron Migrator
https://github.com/soundcloud/lhm
Online MySQL schema migrations without locking the table.
- tags: ruby, database-tools
- :octocat: source code
Lol DBA
https://github.com/plentz/lol_dba
Scan your models and displays a list of columns that probably should be indexed.
- tags: ruby, database-tools
- :octocat: source code
Polo
Creates sample database snapshots to work with real world data in development.
- tags: ruby, database-tools
- :octocat: source code
PgHero
https://github.com/ankane/pghero
Postgres insights made easy.
- tags: ruby, database-tools
- :octocat: source code
Rails DB
https://github.com/igorkasyanchuk/rails_db
Database Viewer and SQL Query Runner.
- tags: ruby, database-tools
- :octocat: source code
Scenic
https://github.com/thoughtbot/scenic
Versioned database views for Rails.
- tags: ruby, database-tools
- :octocat: source code
SchemaPlus
https://github.com/SchemaPlus/schema_plus
SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
- tags: ruby, database-tools
- :octocat: source code
SecondBase
https://github.com/customink/secondbase
Seamless second database integration for Rails. SecondBase provides support for Rails to manage dual databases by extending ActiveRecord tasks that create, migrate, and test your application.
- tags: ruby, database-tools
- :octocat: source code
Seedbank
https://github.com/james2m/seedbank
Seedbank allows you to structure your Rails seed data instead of having it all dumped into one large file.
- tags: ruby, database-tools
- :octocat: source code
Seed dump
https://github.com/rroblak/seed_dump
Rails 4 task to dump (parts) of your database to db/seeds.rb.
- tags: ruby, database-tools
- :octocat: source code
Seed Fu
https://github.com/mbleigh/seed-fu
Advanced seed data handling for Rails.
- tags: ruby, database-tools
- :octocat: source code
Standby
https://github.com/kenn/standby
Read from standby databases for ActiveRecord (formerly Slavery).
- tags: ruby, database-tools
- :octocat: source code
Upsert
https://github.com/seamusabshere/upsert
Upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates functions (UDF) for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
- tags: ruby, database-tools
- :octocat: source code