MySQL Without the SQL For Python Developers

By Dave Stokes

Elevator Pitch

MySQL’s Document Store lets you use MySQL as a schema-less, NoSQL document database via the new MySQL protocol and XDevAPI; This means you can use MySQL without writing structured query language (SQL) queries. Or you can use SQL, the choice is up to you – NoSQL or SQL access, at the same time.

Description

MySQL’s Document Store lets you use MySQL as a schema-less document database via the new MySQL protocol and XDevAPI; This means you can use MySQL without have to write structured query language (SQL) queries. Or you can use SQL, the choice is up to you – NoSQL or SQL access, at the same time. Plus see the built in Python interpreter in the new MySQL shell.