Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created October 3, 2013 23:53
Show Gist options
  • Save traviskroberts/6818918 to your computer and use it in GitHub Desktop.
Save traviskroberts/6818918 to your computer and use it in GitHub Desktop.
gem 'taps'
gem 'sqlite3' # dependency of taps
gem 'mysql2'
gem 'pg'
taps server mysql2://username:password@localhost/dbname authusername authpassword
taps pull postgres://username:password@localhost/dbname http://authusername:authpassword@localhost:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment