Sha256: 8af87a2b0a510d4656b8a3ddd92e0e64712206cd31f55e63522f91c2c6ad1eb1

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

common: &common
  username: root
  password:
  encoding: utf8
  database: mass_insert_test

mysql2: &mysql2
  <<: *common
  adapter: mysql2

postgresql: &postgresql
  <<: *common
  username: postgres
  adapter: postgresql

sqlite3: &sqlite3
  adapter: sqlite3
  database: tmp/test.db

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mass_insert-0.2.2 test/database.yml.example
mass_insert-0.2.1 test/database.yml.example
mass_insert-0.2.0 test/database.yml.example