SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
This is my SQLAlchemy "Cheat Sheet" containing few exemples working under Flask/Django.
-How to create a table + the ORM.
-A ONE TO MANY relationship between 2 tables
-How to edit/modify specific row.
-Many exemples of queries will many kind of filter() and ways to use more than one filter at the time.
The Script to create/modify the table(s) in datable based on the class(es) in your app.
The config file for the MySQL URI.