
lxpyodbc · PyPI
Mar 7, 2025 · pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed with even more Pythonic convenience.
pypyodbc · PyPI
Dec 23, 2021 · Project description A Pure Python ctypes ODBC module compatible with PyPy and almost totally same usage as pyodbc
Pyodbc-Knight · PyPI
Dec 13, 2021 · pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed with even more Pythonic convenience.
aioodbc · PyPI
Oct 28, 2023 · It relies on the awesome pyodbc library and preserves the same look and feel. Internally aioodbc employs threads to avoid blocking the event loop, threads are not that as bad as you think!.
pyodbc-raw · PyPI
Mar 14, 2016 · pyodbc-raw 3.0.11b18 pip install pyodbc-raw Copy PIP instructions Latest version Released: Mar 14, 2016
django-pyodbc · PyPI
Dec 22, 2017 · django-pyodbc is a `Django <http://djangoproject.com>`_ SQL Server DB backend powered by the `pyodbc <https://github.com/mkleehammer/pyodbc>`_ library. pyodbc is a mature, …
purepyodbc · PyPI
Oct 27, 2024 · Become API-equivalent to the well-known pyodbc. Act as a drop-in replacement for pyodbc for situations where C++ compilation is undesirable, or where pyodbc is otherwise not available.
sql_server.pyodbc · PyPI
Apr 23, 2013 · Project description A Django MS SQL Server external DB backend that uses ODBC by employing the pyodbc library. It supports SQL Server 2000 and 2005. Features Supports …
pyodbc-mcp-server · PyPI
Dec 12, 2025 · Windows Authentication - Uses Trusted_Connection via pyodbc, no credentials to manage Read-only by design - Only SELECT queries allowed, dangerous keywords blocked
django-odbc · PyPI
Apr 25, 2022 · django-odbc is a SQL Server DB backend powered by the pyodbc library. pyodbc is a mature, viable way to access SQL Server from Python in multiple platforms and is actively maintained.