[ buster ]
[ Bron: pyodbc ]
Pakket: python-pyodbc-dbg (4.0.22-1 en anderen)
Verwijzigingen voor python-pyodbc-dbg
Debian bronnen:
Het bronpakket pyodbc downloaden:
Beheerders:
Externe bronnen:
- Homepage [mkleehammer.github.io]
Vergelijkbare pakketten:
Python module for ODBC database access - Debugging symbols
A Python 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')
This package contains debugging symbols.
Andere aan python-pyodbc-dbg gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc1 (>= 1:3.5)
- GCC support bibliotheek
-
- dep: libodbc1 (>= 2.3.1)
- ODBC library for Unix
-
- dep: libstdc++6 (>= 4.3.0)
- GNU Standard C++ Library v3
-
- dep: python-dbg
- debug build of the Python Interpreter2 (version 2.7)
- dep: python-dbg (<< 2.8)
- dep: python-dbg (>= 2.7~)
-
- dep: python-pyodbc (= 4.0.22-1+b1)
- Python module for ODBC database access