Using the JSON data type with MySQL 8 - Part II (opens in new tab)
If you read - Using the JSON data type with MySQL 8 - Part I, you will see that inserting data into MySQL of JSON type is a very common and effective practice. Now we’ll see how to do it with a Python project, using SQLAlchemy and Docker Compose, which further automates this example. You can run this example using a single command: docker-compose up Before getting down to work, we will review some important concepts:
Read the original article