13 lines
169 B
Python
13 lines
169 B
Python
|
__all__ = (
|
||
|
# 'access',
|
||
|
# 'firebird',
|
||
|
# 'informix',
|
||
|
# 'maxdb',
|
||
|
# 'mssql',
|
||
|
'mysql',
|
||
|
'oracle',
|
||
|
'postgresql',
|
||
|
'sqlite',
|
||
|
# 'sybase',
|
||
|
)
|