mariadb-developers / mariadb-json-samples

This repository contains sample code for working with MariaDB and JavaScript Object Notation (JSON).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MariaDB + JSON

This repository contains sample code for working with MariaDB and JavaScript Object Notation (JSON).

More specifically, this repository provides examples of MariaDB JSON Function usage.

The content provided within this repository was demonstrated live during the MariaDB webinar, Hybrid Data Model Best Practice: JSON + Relational.

Contents

  • locations.sql - A simple collection of SQL statements that demonstrate various JSON functions that are available within MariaDB.

  • into_to_json.pptx - An slide presentation that introduces the fundamentals of using JSON with MariaDB.

    Note: The demo SQL scripts are meant to be executed step-by-step, not all at once.

Using JSON within an Application

If you'd like to learn how you can use MariaDB JSON functionality within an application be sure to check out the Places application.

Places is a web application backed by the power of the power, performance, and simplicity of MariaDB platform, allows you to record all of your favorite locations!

Support and Contribution

Please feel free to submit PR's, issues or requests to this project project directly.

If you have any other questions, comments, or looking for more information on MariaDB please check out:

Or reach out to us diretly via:

License

License

About

This repository contains sample code for working with MariaDB and JavaScript Object Notation (JSON).

License:MIT License