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

软件包: python-pyodbc (4.0.17-1)

Python module for ODBC database access

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 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')

其他与 python-pyodbc 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • dep: libc6 (>= 2.14) [amd64]
    GNU C Library: Shared libraries
    同时作为一个虚包由这些包填实: libc6-udeb
    dep: libc6 (>= 2.4) [i386]
  • dep: libgcc1 (>= 1:3.0)
    GCC support library
  • dep: libodbc1 (>= 2.3.1)
    ODBC library for Unix
  • dep: libstdc++6 (>= 4.1.1)
    GNU Standard C++ Library v3
  • dep: python
    interactive high-level object-oriented language (default version)
    dep: python (<< 2.8)
    dep: python (>= 2.7~)

下载 python-pyodbc

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 45.8 kB144 kB [文件列表]
i386 47.3 kB133 kB [文件列表]