Python: Add support for pymssql package

I also forgot to mention `PyMySQL` in frameworks.rst
This commit is contained in:
Rasmus Wriedt Larsen
2022-10-10 13:58:21 +02:00
parent b1d33a404c
commit 4ee71ae4a1
7 changed files with 40 additions and 0 deletions

View File

@@ -226,6 +226,8 @@ and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.co
MySQL-python, Database
mysqlclient, Database
psycopg2, Database
pymssql, Database
PyMySQL, Database
sqlite3, Database
Flask-SQLAlchemy, Database ORM
peewee, Database ORM