Skip to content

Latest commit

 

History

History
116 lines (99 loc) · 5.62 KB

database-tools.md

File metadata and controls

116 lines (99 loc) · 5.62 KB

Bookmarks tagged [database-tools]

https://github.com/mperham/connection_pool

Generic connection pooling for Ruby, that can be used with anything, e.g. Redis, Dalli, etc.


https://github.com/DatabaseCleaner/database_cleaner

Database Cleaner is a set of strategies for cleaning your database in Ruby.


https://github.com/matthuhiggins/foreigner

Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb.


https://github.com/soundcloud/lhm

Online MySQL schema migrations without locking the table.


https://github.com/plentz/lol_dba

Scan your models and displays a list of columns that probably should be indexed.


https://github.com/IFTTT/polo

Creates sample database snapshots to work with real world data in development.


https://github.com/ankane/pghero

Postgres insights made easy.


https://github.com/igorkasyanchuk/rails_db

Database Viewer and SQL Query Runner.


https://github.com/thoughtbot/scenic

Versioned database views for Rails.


https://github.com/SchemaPlus/schema_plus

SchemaPlus provides a collection of enhancements and extensions to ActiveRecord


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.


https://github.com/james2m/seedbank

Seedbank allows you to structure your Rails seed data instead of having it all dumped into one large file.


https://github.com/rroblak/seed_dump

Rails 4 task to dump (parts) of your database to db/seeds.rb.


https://github.com/mbleigh/seed-fu

Advanced seed data handling for Rails.


https://github.com/kenn/standby

Read from standby databases for ActiveRecord (formerly Slavery).


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.