Skip to content
Sections
>> Trisquel >> 软件包 >> aramo >> python >> python3-pyodbc
etiona  ] [  nabia  ] [  aramo  ]
[ 源代码: pyodbc  ]

软件包: python3-pyodbc (4.0.32-1build1)

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 pyodbc
Next, 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 Library: Shared libraries
    同时作为一个虚包由这些包填实: libc6-udeb
  • dep: libgcc-s1 (>= 3.0) [除 armhf]
    GCC support library
    dep: libgcc-s1 (>= 3.5) [armhf]
  • dep: libodbc2 (>= 2.3.1)
    ODBC Driver Manager library for Unix
  • dep: libstdc++6 (>= 4.1.1)
    GNU Standard C++ Library v3
  • dep: python3 (<< 3.11)
    interactive high-level object-oriented language (default python3 version)
    dep: python3 (>= 3.10~)

下载 python3-pyodbc

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 103.4 kB382 kB [文件列表]
arm64 101.5 kB380 kB [文件列表]
armhf 94.1 kB266 kB [文件列表]
ppc64el 111.4 kB470 kB [文件列表]