Sha256: 80c2327f5f869a49a5501b1ae16f263e5eadb3e847a428457894c510ac784990

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

common: &common
  username: root
  password: root
  encoding: utf8
  collation: utf8_general_ci
  host: 127.0.0.1
  database: activerecord_import_test

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

jdbcmysql: &mysql2
  <<: *common
  adapter: jdbcmysql

jdbcsqlite3: &sqlite3
  <<: *common
  adapter: jdbcsqlite3

mysql2: &mysql2
  <<: *common
  adapter: mysql2

mysql2spatial:
  <<: *mysql2

mysql2_makara:
  <<: *mysql2

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

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

postresql_makara:
  <<: *postgresql

postgis:
  <<: *postgresql

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

sqlite:
  adapter: sqlite
  dbfile: test.db

sqlite3: &sqlite3
  adapter: sqlite3
  database: ":memory:"

spatialite:
  <<: *sqlite3

trilogy:
  <<: *common
  adapter: trilogy

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-import-2.0.0 test/github/database.yml