Sha256: 649909c916ca345350552d77a3ee97c12cfd925da4de9e32c5504165eaf4f54d

Contents?: true

Size: 350 Bytes

Versions: 13

Compression:

Stored size: 350 Bytes

Contents

sqlite:
  adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
  database: test/sqlite.db
  timeout: 500
  pool: 50
postgresql:
  adapter: postgresql
  username: postgres
  database: with_advisory_lock_test
  min_messages: ERROR
  pool: 50
mysql:
  adapter: mysql2
  host: localhost
  username: root
  database: with_advisory_lock_test
  pool: 50

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
with_advisory_lock-4.6.0 test/database.yml
with_advisory_lock-4.0.0 test/database.yml
with_advisory_lock-3.2.0 test/database.yml
with_advisory_lock-3.1.1 test/database.yml
with_advisory_lock-3.1.0 test/database.yml
with_advisory_lock-3.0.0 test/database.yml
with_advisory_lock-2.0.0 test/database.yml
with_advisory_lock-1.0.0 test/database.yml
with_advisory_lock-0.0.11 test/database.yml
with_advisory_lock-0.0.10 test/database.yml
with_advisory_lock-0.0.9 test/database.yml
with_advisory_lock-0.0.8 test/database.yml
with_advisory_lock-0.0.7 test/database.yml