From c47ab1bd5d5a266613ecb4423e606f617ecbfc59 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Sun, 12 Apr 2020 22:07:19 -0500 Subject: [PATCH] Updated broken link for pymssql --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 037a1fd44..e5db4c72e 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Other Relational Databases * [apsw](http://rogerbinns.github.io/apsw/) - Another Python SQLite wrapper. * [dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. - * [pymssql](http://www.pymssql.org/en/latest/) - A simple database interface to Microsoft SQL Server. + * [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server. * NoSQL Databases * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra. * [HappyBase](https://github.com/wbolster/happybase) - A developer-friendly library for Apache HBase.