[ buster ]
[ 源代码: pyodbc ]
软件包:python-pyodbc-dbg(4.0.22-1 以及其他的)
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.
其他与 python-pyodbc-dbg 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0)
- GCC 支持库
-
- dep: libodbc1 (>= 2.3.1)
- ODBC library for Unix
-
- dep: libstdc++6 (>= 4.1.1)
- GNU 标准 C++ 库,第3版
-
- 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