Project

slodd

0.0
No commit activity in last 3 years
No release in over 3 years
Schema Loading On Dependent Databases
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

~> 3.2.22.5
~> 0.3.10
 Project Readme

Schema Loading On Dependent Databases

Build Status Gem Version Code Climate Test Coverage

Slodd is a lightweight tool for loading an activerecord schema.rb into a database, like rake db:schema:load but more awesome.

Examples:

Loading schema from github:

slodd -g errm/awesome_rails_app -t my-secret-oauth-token -d "awesome_app awesome_test"

or from a specific branch:

slodd -g errm/awesome_rails_app -t my-secret-oauth-token -r my-brillant-branch -d "awesome_app awesome_test"

Loading schema from a file (defaults to db/schema.rb):

slodd -d awesome_test

or

slodd -f db/second_database.schema.rb -d awesome_test

Downloading a schema (or any text file) from github

gurl -g errm/awesome_rails_app -t my-secret-oauth-token -r my-fancy-branch

Licence

MIT