/pymssql

Official home for the pymssql source code.

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

pymssql - DB-API interface to Microsoft SQL Server

Feature:
  1. Fine-grained number types, such as int, long, float, double
  2. Cursor description has richer information, such as precision, scale
Install:
pip install pymssql-plus

A simple database interface for Python that builds on top of FreeTDS to provide a Python DB-API (PEP-249) interface to Microsoft SQL Server.