Skip to content

Commit 1182407

Browse files
committed
Merge pull request Parbhat#24 from ermogenes/develop
Add pymssql on Database Access
2 parents 318b0a7 + b91424e commit 1182407

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

applications/app-markdowns/database-access.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Database Drivers
3131
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
3232
* [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
3333
* [cx_Oracle](http://cx-oracle.sourceforge.net/) - The Oracle database connector for Python.
34+
* [pymssql](http://www.pymssql.org/) - A simple database interface to Microsoft SQL Server.
3435

3536
### NoSQL Databases
3637

@@ -77,3 +78,4 @@ The following people helped in creating the above content.
7778
* Contributors to <a href="https://github.com/vinta/awesome-python" target="_blank">awesome-python</a>
7879
* [Quasar Jarosz](https://github.com/quasarj)
7980
* [iury](https://github.com/IuryAlves)
81+
* [Ermogenes Palacio](https://github.com/ermogenes/)

0 commit comments

Comments
 (0)