Sha256: a7adab58090ce5601626d1bba8c4ffde01b9f9aca2b89dae628b66bfba154b7e
Contents?: true
Size: 373 Bytes
Versions: 4
Compression:
Stored size: 373 Bytes
Contents
common: &common encoding: utf8 database: mass_insert_test mysql2: <<: *common adapter: mysql2 username: #your_mysql_username password: #your_mysql_password postgresql: <<: *common adapter: postgresql username: #your_postgresql_username password: #your_postgresql_password sqlite3: <<: *common adapter: sqlite3 database: tmp/mass_insert_test.db
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mass_insert-0.2.6 | test/database.yml.example |
mass_insert-0.2.5 | test/database.yml.example |
mass_insert-0.2.4 | test/database.yml.example |
mass_insert-0.2.3 | test/database.yml.example |