[ buster ]
[ ソース: pyodbc ]
パッケージ: python-pyodbc-dbg (4.0.22-1 など)
python-pyodbc-dbg に関するリンク
Debian の資源:
pyodbc ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [mkleehammer.github.io]
類似のパッケージ:
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++ ライブラリ 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