Python: Add modeling of Flask-SQLAlchemy

This commit is contained in:
Rasmus Wriedt Larsen
2021-09-02 10:48:24 +02:00
parent f1744890b1
commit d55f18f8e3
6 changed files with 73 additions and 11 deletions

View File

@@ -176,6 +176,7 @@ Python built-in support
mysqlclient, Database
psycopg2, Database
sqlite3, Database
Flask-SQLAlchemy, Database ORM
peewee, Database ORM
SQLAlchemy, Database ORM
cryptography, Cryptography library