Sha256: b2c72135213f3a5cc52a32da2430c27e317c3281a20adecc180119fe21dad203

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

common: &common
  username: root
  password: root
  encoding: utf8
  collation: utf8_general_ci
  host:     localhost
  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: localhost

sqlite:
  adapter: sqlite
  dbfile: test.db

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

spatialite:
  <<: *sqlite3

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
activerecord-import-1.5.1 test/github/database.yml
activerecord-import-1.5.0 test/github/database.yml
activerecord-import-1.4.1 test/github/database.yml
activerecord-import-1.4.0 test/github/database.yml
activerecord-import-1.3.0 test/github/database.yml
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/activerecord-import-1.2.0/test/github/database.yml
activerecord-import-1.2.0 test/github/database.yml