Development (2)

SQL Alchemy and MySQL JSON -

SQLAlchemy and MySQL 5.7+ support JSON datatypes. I used it in parts of my application instead of traditional columns, here's what I learned.

Development #database #sqlalchemy
Handling Flask application context for slack_bolt -

How to fix the RuntimeError: No application found exception when using flask-sqlalchemy with slack_bolt.

Development #flask #slack #python