PaperCall is shutting down on August 31, 2026. Existing events and submissions will remain available until then. New events can no longer be created.

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.