Sha256: c916e570b12d8ed41c24df0588f2993268c3fc5fcc2bc6cd33fac5e4ce92c068

Contents?: true

Size: 342 Bytes

Versions: 2

Compression:

Stored size: 342 Bytes

Contents

sqlite:
  adapter: <%= "jdbc" if defined? JRUBY_VERSION %>sqlite3
  database: test/sqlite3.db
  timeout: 500
  pool: 50
pg:
  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

2 entries across 2 versions & 1 rubygems

Version Path
with_advisory_lock-0.0.2 test/database.yml
with_advisory_lock-0.0.1 test/database.yml