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.
- tags: ruby, database-tools
- source code
https://github.com/DatabaseCleaner/database_cleaner
Database Cleaner is a set of strategies for cleaning your database in Ruby.
- tags: ruby, database-tools
- source code
https://github.com/matthuhiggins/foreigner
Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb.
- tags: ruby, database-tools
- source code
https://github.com/soundcloud/lhm
Online MySQL schema migrations without locking the table.
- tags: ruby, database-tools
- source code
https://github.com/plentz/lol_dba
Scan your models and displays a list of columns that probably should be indexed.
- tags: ruby, database-tools
- source code
Creates sample database snapshots to work with real world data in development.
- tags: ruby, database-tools
- source code
https://github.com/ankane/pghero
Postgres insights made easy.
- tags: ruby, database-tools
- source code
https://github.com/igorkasyanchuk/rails_db
Database Viewer and SQL Query Runner.
- tags: ruby, database-tools
- source code
https://github.com/thoughtbot/scenic
Versioned database views for Rails.
- tags: ruby, database-tools
- source code
https://github.com/SchemaPlus/schema_plus
SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
- tags: ruby, database-tools
- source code
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
- source code
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
- source code
https://github.com/rroblak/seed_dump
Rails 4 task to dump (parts) of your database to db/seeds.rb.
- tags: ruby, database-tools
- source code
https://github.com/mbleigh/seed-fu
Advanced seed data handling for Rails.
- tags: ruby, database-tools
- source code
https://github.com/kenn/standby
Read from standby databases for ActiveRecord (formerly Slavery).
- tags: ruby, database-tools
- source code
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
- source code