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:
- License
 - Requirements
 - Installation
 - Tutorials
 - Reference
- Connection
 - CRUD
 - Result
 - Statement
- mysqlx.DbDoc
 - mysqlx.Statement
 - mysqlx.FilterableStatement
 - mysqlx.SqlStatement
 - mysqlx.FindStatement
 - mysqlx.AddStatement
 - mysqlx.RemoveStatement
 - mysqlx.ModifyStatement
 - mysqlx.SelectStatement
 - mysqlx.InsertStatement
 - mysqlx.DeleteStatement
 - mysqlx.UpdateStatement
 - mysqlx.CreateCollectionIndexStatement
 - mysqlx.ReadStatement
 - mysqlx.WriteStatement
 
 - Errors