Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

MySQL & JSON A Practical Programming Guide - Second Edition

Posted By: silva1410
MySQL & JSON A Practical Programming Guide - Second Edition

MySQL & JSON A Practical Programming Guide - Second Edition
By David Stokes
English | 2020 | ASIN : B08KYKWXPL | 222 Pages | EPUB | 10 MB

JSON - JavaScript Object Notation - has become the data interchange format for most developers. MySQL added a JSON data type plus NoSQL JSON Document Store so developers can work with both relational tables and schema-less JSON document collections in version 5.7. MySQL 8.0 has introduced many new JSON centric features. This book is a practical guide on how to take advantage of JSON data with a MySQL database with numerous easy-to-follow examples, clear explanations, and coding examples.

This book will become your reference guide on using JSON data with a MySQL database, the numerous functions used with JSON data, the functions that can convert non-JSON relational data into JSON, the MySQL Document Store, and converting JSON data temporarily into structured (SQL) data for processing with SQL commands.