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 32
|
.. mysqlx documentation master file, created by
sphinx-quickstart on Thu Jun 2 14:37:35 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MySQL Connector/Python X DevAPI Reference Documentation
==================================================================
The Connector/Python provides a client library for the X DevAPI protocol that was introduced in MySQL 8.0.
MySQL 8.0 is an open-source relational database that is secure, high performing, and easy to use. The X DevAPI supports relational tables and JSON documents making it possible to use both tables and collections at the same time.
For general information about the X DevAPI, please refer to documentation on http://dev.mysql.com/doc/x-devapi-userguide/en/
Contents:
.. toctree::
:maxdepth: 4
license
requirements
installation
tutorials
mysqlx
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|