mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 11:35:19 -04:00
f84448ffea
- make "default" the default dialect.
28 lines
877 B
INI
28 lines
877 B
INI
[egg_info]
|
|
tag_build = dev
|
|
|
|
[nosetests]
|
|
with-sqla_testing = true
|
|
exclude = ^examples
|
|
first-package-wins = true
|
|
where = test
|
|
|
|
[sqla_testing]
|
|
requirement_cls=test.requirements:DefaultRequirements
|
|
profile_file=test/profiles.txt
|
|
|
|
[db]
|
|
default=sqlite:///:memory:
|
|
sqlite=sqlite:///:memory:
|
|
sqlite_file=sqlite:///querytest.db
|
|
postgresql=postgresql://scott:tiger@127.0.0.1:5432/test
|
|
postgres=postgresql://scott:tiger@127.0.0.1:5432/test
|
|
pg8000=postgresql+pg8000://scott:tiger@127.0.0.1:5432/test
|
|
postgresql_jython=postgresql+zxjdbc://scott:tiger@127.0.0.1:5432/test
|
|
mysql_jython=mysql+zxjdbc://scott:tiger@127.0.0.1:5432/test
|
|
mysql=mysql://scott:tiger@127.0.0.1:3306/test
|
|
pymysql=mysql+pymysql://scott:tiger@127.0.0.1:3306/test?use_unicode=0&charset=utf8
|
|
oracle=oracle://scott:tiger@127.0.0.1:1521
|
|
oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
|
|
maxdb=maxdb://MONA:RED@/maxdb1
|