[ Quellcode: pyodbc ]
Paket: python3-pyodbc (4.0.30-1 und andere)
Links für python3-pyodbc
Debian-Ressourcen:
Quellcode-Paket pyodbc herunterladen:
Betreuer:
Externe Ressourcen:
- Homepage [mkleehammer.github.io]
Ähnliche Pakete:
Python3 module for ODBC database access
A Python3 DB API 2 module for ODBC. No 3rd party libraries are required. Only native Python datatypes are used, such as decimal and datetime. It implements the Python Database API Specification v2.0. For example:
import pyodbcNext, create a connection by passing an ODBC connection string to the connect method. This step causes ODBC to load the database driver (the SQL Server driver in this example) and connect to the database.
cnxn = pyodbc.connect('DSN=northwind')
Andere Pakete mit Bezug zu python3-pyodbc
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU-C-Bibliothek: Laufzeitbibliotheken
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC Support-Bibliothek
-
- dep: libodbc1 (>= 2.3.1)
- ODBC-Bibliothek für Unix
-
- dep: libstdc++6 (>= 4.1.1)
- GNU-Implementierung der Standard-C++-Bibliothek (Version 3)
-
- dep: python3 (<< 3.10)
- Interaktive objektorientierte Hochsprache (Python3-Standardversion)
- dep: python3 (>= 3.9~)
python3-pyodbc herunterladen
Architektur | Version | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|---|
amd64 | 4.0.30-1+b2 | 87,1 kB | 362,0 kB | [Liste der Dateien] |