Metadata-Version: 2.1
Name: Products.ZMySQLDA
Version: 4.10
Summary: MySQL Zope adapter.
Home-page: https://zmysqlda.readthedocs.io
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Project-URL: Documentation, https://zmysqlda.readthedocs.io
Project-URL: Issue Tracker, https://github.com/zopefoundation/Products.ZMySQLDA/issues
Project-URL: Sources, https://github.com/zopefoundation/Products.ZMySQLDA
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope2
Classifier: Framework :: Zope :: 2
Classifier: Framework :: Zope :: 4
Classifier: Framework :: Zope :: 5
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: Products.ZSQLMethods
Requires-Dist: mysqlclient (<2) ; python_version < "3"
Requires-Dist: mysqlclient ; python_version >= "3"
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs'

Products.ZMySQLDA
=================

.. image:: https://github.com/zopefoundation/Products.ZMySQLDA/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/zopefoundation/Products.ZMySQLDA/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/Products.ZMySQLDA/badge.svg?branch=master
   :target: https://coveralls.io/github/zopefoundation/Products.ZMySQLDA?branch=master

.. image:: https://readthedocs.org/projects/zmysqlda/badge/?version=latest
   :target: https://zmysqlda.readthedocs.io
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Products.ZMySQLDA.svg
   :target: https://pypi.org/project/Products.ZMySQLDA/
   :alt: Latest stable release on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.ZMySQLDA.svg
   :target: https://pypi.org/project/Products.ZMySQLDA/
   :alt: Stable release supported Python versions

This is the MySQL database adapter product for Zope.

Compatibility
-------------
* ``Zope2`` 2.13.26 and up under Python 2.7 in conjunction with
  ``Products.ZSQLMethods`` up to and including 2.13.5.

* ``Zope`` 4 after 4.0beta5 under Python 2.7 and Python 3.5 and higher.

* ``Zope`` 5 under Python 3.6 and higher.

* MySQL versions 3.22 and later including MariaDB. You need version 4.1
  or higher for unicode support.


