mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit
This commit is contained in:
18
venv/Lib/site-packages/sqlalchemy/connectors/__init__.py
Normal file
18
venv/Lib/site-packages/sqlalchemy/connectors/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# connectors/__init__.py
|
||||
# Copyright (C) 2005-2024 the SQLAlchemy authors and contributors
|
||||
# <see AUTHORS file>
|
||||
#
|
||||
# This module is part of SQLAlchemy and is released under
|
||||
# the MIT License: https://www.opensource.org/licenses/mit-license.php
|
||||
|
||||
|
||||
from ..engine.interfaces import Dialect
|
||||
|
||||
|
||||
class Connector(Dialect):
|
||||
"""Base class for dialect mixins, for DBAPIs that work
|
||||
across entirely different database backends.
|
||||
|
||||
Currently the only such mixin is pyodbc.
|
||||
|
||||
"""
|
Reference in New Issue
Block a user