activerecord-import/test/database.yml
Zach Dennis 24feb801f5 Updated how tests are run so Rake is not invoked twice.
* removing support for Oracle in the rakefile as it is no currently supported
2010-08-10 20:48:16 -04:00

30 lines
411 B
YAML

common: &common
username: root
password:
encoding: utf8
host: localhost
database: activerecord_import_test
mysql:
<<: *common
adapter: mysql
postgresql:
<<: *common
username: zdennis
adapter: postgresql
min_messages: warning
oracle:
<<: *common
adapter: oracle
min_messages: debug
sqlite:
adapter: sqlite
dbfile: test.db
sqlite3:
adapter: sqlite3
database: test.db