Sha256: 816c71e51a44ad60e6533cd56977123a1bfa2e1e059fd3dcb8c5b713aed0b478
Contents?: true
Size: 359 Bytes
Versions: 3
Compression:
Stored size: 359 Bytes
Contents
# database objects for running adapter specs # INFORMIX_DB = Sequel('informix://localhost/mydb') # MYSQL_DB = Sequel('mysql://root@localhost/sandbox') # MYSQL_SOCKET_FILE = '/tmp/mysql.sock' # ORACLE_DB = Sequel('oracle://hr:hr@localhost/XE') # POSTGRES_DB = Sequel('postgres://postgres:postgres@localhost:5432/reality_spec') # SQLITE_DB = Sequel('sqlite:/')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sequel_core-1.4.0 | spec/spec_config.rb.example |
sequel_core-1.5.1 | spec/spec_config.rb.example |
sequel_core-1.5.0 | spec/spec_config.rb.example |