1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
pymssql - DB-API interface to Microsoft SQL Server
==================================================
.. image:: https://travis-ci.org/pymssql/pymssql.svg?branch=master
:target: https://travis-ci.org/pymssql/pymssql
.. image:: https://circleci.com/gh/pymssql/pymssql.svg?style=svg
:target: https://circleci.com/gh/pymssql/pymssql
.. image:: https://ci.appveyor.com/api/projects/status/ts4q4nptm15ac6j7/branch/master?svg=true
:target: https://ci.appveyor.com/project/level12/pymssql/branch/master
.. image:: http://img.shields.io/pypi/dm/pymssql.svg
:target: https://pypi.python.org/pypi/pymssql/
.. image:: http://img.shields.io/pypi/v/pymssql.svg
:target: https://pypi.python.org/pypi/pymssql/
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`_.
.. _Microsoft SQL Server: http://www.microsoft.com/sqlserver/
.. _Python: http://www.python.org/
.. _PEP-249: http://www.python.org/dev/peps/pep-0249/
.. _FreeTDS: http://www.freetds.org/
Detailed information on pymssql is available on the website:
http://pymssql.org
New development is happening on GitHub at:
https://github.com/pymssql/pymssql
There is a Google Group for discussion at:
https://groups.google.com/forum/?fromgroups#!forum/pymssql
Do you use pymssql?
-------------------
Can you take a minute and fill out this survey to help us prioritize development tasks?
https://www.surveymonkey.com/s/KMQ8BM5
.. image:: https://d2weczhvl823v0.cloudfront.net/pymssql/pymssql/trend.png
:alt: Bitdeli badge
:target: https://bitdeli.com/free
|