#database (1)

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