forked from zzzeek/sqlalchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
26 lines (23 loc) · 850 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[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]
sqlite=sqlite:///:memory:
sqlite_file=sqlite:///querytest.db
postgresql=postgresql://scott:[email protected]:5432/test
postgres=postgresql://scott:[email protected]:5432/test
pg8000=postgresql+pg8000://scott:[email protected]:5432/test
postgresql_jython=postgresql+zxjdbc://scott:[email protected]:5432/test
mysql_jython=mysql+zxjdbc://scott:[email protected]:5432/test
mysql=mysql://scott:[email protected]:3306/test
pymysql=mysql+pymysql://scott:[email protected]:3306/test?use_unicode=0&charset=utf8
oracle=oracle://scott:[email protected]:1521
oracle8=oracle://scott:[email protected]:1521/?use_ansi=0
maxdb=maxdb://MONA:RED@/maxdb1