./wip/py-mssql2, Python interface to MS SQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.0, Package name: py310-mssql-2.1.0, Maintainer: bartosz.kuzma

This module provides access to MS SQL Servers from Python scripts.

Features:
- Supports connecting to Microsoft SQL 2000 and SQL 2005 servers,
all editions and service pack levels
- Supports named instances and non-standard port numbers
- Multiple Query/Multiple Result
- Not using Win32 ODBC (using MSSQL DB-LIB)
- Supports "almost all" of the DB-API 2.0


Required to run:
[databases/freetds] [devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2353.518 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-31 13:24:40 by Bartosz Kuzma | Files touched by this commit (4)
Log message:
Import py-mssql2 2.1.0.

Microsoft SQL Server driver for Python.