From 541034fde7a837b76dc5647c356807889d1f001b Mon Sep 17 00:00:00 2001 From: Ermogenes Palacio Date: Tue, 13 Oct 2015 14:52:23 -0300 Subject: [PATCH] Added pymssql on Database Drivers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29c97276..041c64be 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * Relational Databases * [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python. + * [pymssql](http://www.pymssql.org/) - A simple database interface to Microsoft SQL Server. * NoSQL Databases * [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Apache Cassandra. * [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB.