development:
sequel: &default
adapter: mysql
database: sample_development
username: teh_user
password: secrets
host: localhost
socket: /tmp/mysql.sock

test:
sequel:
<< *default

production:
sequel:
<< *default