[ 源代码: pyodbc ]
软件包:python3-pyodbc(4.0.30-1 以及其他的)
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')
其他与 python3-pyodbc 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libodbc1 (>= 2.3.1)
- ODBC library for Unix
-
- dep: libstdc++6 (>= 4.1.1)
- GNU 标准 C++ 库,第3版
-
- dep: python3 (<< 3.10)
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (>= 3.9~)