golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/connectors
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
278 B
Del
OK
__pycache__
-
Del
OK
mxodbc.py
5.22 KB
Del
OK
pyodbc.py
5.85 KB
Del
OK
zxJDBC.py
1.83 KB
Del
OK
Edit: __init__.py
# connectors/__init__.py # Copyright (C) 2005-2021 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php class Connector(object): pass
Save