The MySQL Connector/Python Team is pleased to announce MySQL Connector/Python 8.0.11, the first GA 8.0 release series of the official MySQL driver for Python. This release introduces the first Python driver that adds full MySQL 8.0 support.
Document Store
MySQL 8.0 includes many improvements and new features, with Document Store being the biggest.
MySQL Document Store is schema-less with a flexible data structure storage system for documents. This removes the requirement for schema design, normalization, foreign keys, constrains, and data types.
The Document Store is accessible by the X DevAPI, an API that introduces a new modern and easy-to-learn way to …
[Read more]