File: spec_config.rb.example

package info (click to toggle)
libsequel-core-ruby 1.5.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 648 kB
  • ctags: 840
  • sloc: ruby: 10,949; makefile: 36
file content (7 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
# 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:/')