Sha256: 2dae58b48313b24d2c6c50e9dcc8b2f4ec16cd7521e8d3069c8f7a5d90194641

Contents?: true

Size: 349 Bytes

Versions: 4

Compression:

Stored size: 349 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

4 entries across 4 versions & 1 rubygems

Version Path
with_advisory_lock-0.0.6 test/database.yml
with_advisory_lock-0.0.5 test/database.yml
with_advisory_lock-0.0.4 test/database.yml
with_advisory_lock-0.0.3 test/database.yml