morro
This commit is contained in:
12
sqlalchemy/dialects/__init__.py
Normal file
12
sqlalchemy/dialects/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
__all__ = (
|
||||
# 'access',
|
||||
# 'firebird',
|
||||
# 'informix',
|
||||
# 'maxdb',
|
||||
# 'mssql',
|
||||
'mysql',
|
||||
'oracle',
|
||||
'postgresql',
|
||||
'sqlite',
|
||||
# 'sybase',
|
||||
)
|
Reference in New Issue
Block a user