How to Work With JSON in MariaDB
In my last post When SQL Meets NoSQl, we talked about MariaDB can combine both SQL and NoSQL in the same database engine. Today, let’s find out how. We’re going to use Docker image to start a MariaDB container, then try out CRUD (Create/ Read/ Update/ Delete) on JSON documents stored in the same relational database table. Start MariaDB in a Docker container % docker run --name mariadb -e MYSQL_ROOT_PASSWORD=example