cTDS

https://github.com/zillow/ctds/workflows/CI/CD/badge.svg?branch=master https://ci.appveyor.com/api/projects/status/voa33r7qdnxh6wwp/branch/master?svg=true http://img.shields.io/pypi/v/ctds.svg https://codecov.io/gh/zillow/ctds/branch/master/graph/badge.svg

cTDS is a full Python DB API-2.0-compliant SQL Server database library for Linux, Windows, and Mac OS X supporting both Python 2 and Python 3.

The full documentation for cTDS can be found here.

Features

  • Supports Microsoft SQL Server 2008 and up.

  • Complete DB API-2.0 support.

  • Python 2.6, Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8, and Python 3.9 support.

  • Bulk insert (bcp) support.

  • Written entirely in C.

Dependencies