Sha256: 036cdf8bff19e433ceb42a87b0789b768c53725fa0f457352f0719629d8fcec4

Contents?: true

Size: 907 Bytes

Versions: 6

Compression:

Stored size: 907 Bytes

Contents

# This file contains the databases that the test suite will be run against if you run rake:test:adapters or set the
# environment variable ADAPTER (use commas to test multiple adapters). If you want, you can add your own adapter below
# and it will be added to the test suite.

sqlite3:
  adapter: seamless_database_pool
  database: test.sqlite3
  master:
    adapter: sqlite3
    pool_weight: 0
  read_pool:
    - adapter: read_only
      real_adapter: sqlite3

postgresql:
  adapter: seamless_database_pool
  database: seamless_database_pool_test
  username: postgres
  password: postgres
  master:
    adapter: postgresql
    pool_weight: 0
  read_pool:
    - adapter: read_only
      real_adapter: postgresql

mysql:
  adapter: seamless_database_pool
  database: seamless_database_pool_test
  master:
    adapter: mysql
    pool_weight: 0
  read_pool:
    - adapter: read_only
      real_adapter: mysql

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
seamless_database_pool-1.0.11 spec/database.yml
seamless_database_pool-1.0.10 spec/database.yml
seamless_database_pool-1.0.9 spec/database.yml
seamless_database_pool-1.0.8 spec/database.yml
seamless_database_pool-1.0.7 spec/database.yml
seamless_database_pool-1.0.6 spec/database.yml