Sha256: ef9b9b866b357d50b574bc6c62bb315916c7e84e7389f5274630b52d6d54604c

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 Bytes

Contents

common: &common
  username: root
  password:
  encoding: utf8
  host:     localhost
  database: activerecord_import_test

mysql2: &mysql2
  <<: *common
  adapter: mysql2
  host: mysql

mysql2spatial:
  <<: *mysql2

mysql2_makara:
  <<: *mysql2

postgresql: &postgresql
  <<: *common
  username: postgres
  adapter: postgresql
  host: postgresql
  min_messages: warning

postresql_makara:
  <<: *postgresql

postgis:
  <<: *postgresql

oracle:
  <<: *common
  adapter: oracle
  min_messages: debug

seamless_database_pool:
  <<: *common
  adapter: seamless_database_pool
  prepared_statements: false
  pool_adapter: mysql2
  master:
    host: localhost

sqlite:
  adapter: sqlite
  dbfile: test.db

sqlite3: &sqlite3
  adapter: sqlite3
  database: test.db

spatialite:
  <<: *sqlite3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-import-1.5.1 test/database.yml.sample