development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
test:
database: db/test.sqlite3
production:
adapter: postgresql