{"id":2874,"date":"2019-04-02T10:00:17","date_gmt":"2019-04-02T09:00:17","guid":{"rendered":"http:\/\/dasini.net\/blog\/?p=2874"},"modified":"2019-04-03T14:29:06","modified_gmt":"2019-04-03T13:29:06","slug":"mysql-json-document-store","status":"publish","type":"post","link":"https:\/\/dasini.net\/blog\/2019\/04\/02\/mysql-json-document-store\/","title":{"rendered":"MySQL JSON Document Store"},"content":{"rendered":"\n

Introduction<\/h2>\n\n\n\n

MySQL is the most popular Open Source database!
An ACID<\/a> (acronym standing for A<\/strong>tomicity, C<\/strong>onsistency, I<\/strong>solation, and D<\/strong>urability) compliant relational database that allows you, among others, to manage your data with the powerful and proven SQL<\/a>, to take care of your data integrity with transactions<\/a>, foreign keys<\/a>, …
But you already know that \ud83d\ude42<\/em><\/p>\n\n\n\n

J<\/strong>avaS<\/strong>cript O<\/strong>bjet N<\/strong>otation, better known as JSON<\/a>, is a lightweight and very popular data-interchange format. Use for storing and exchanging data.
A JSON document is a standardized object that can represent structured data. And the structure is implicit in the document.
Anyway, I bet you know that too!<\/em><\/p>\n\n\n\n

Started with MySQL 5.7.8, you can handle JSON documents<\/strong> in a \u00ab\u00a0relational way\u00a0\u00bb, using SQL queries and also storing them using the MySQL native JSON data type<\/a>.
We also provides a large set of
JSON functions<\/a>.
I hope you were aware of that!<\/em><\/p>\n\n\n\n

You should be interested in:<\/p>\n\n\n\n