Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / lib / generators / instance / templates / databases / .svn / text-base / sqlite3.yml.svn-base
blob9b434160fee1f18748e8eedb427937139fea0339
1 # SQLite version 3.x
2 #   gem install sqlite3-ruby
3 development:
4   adapter: sqlite3
5   database: db/development.sqlite3.db
7 # Warning: The database defined as 'test' will be erased and
8 # re-generated from your development database when you run 'rake'.
9 # Do not set this db to the same as development or production.
10 test:
11   adapter: sqlite3
12   database: db/test.sqlite3.db
14 production:
15   adapter: sqlite3
16   database: db/production.sqlite3.db