Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zopefoundation/products.zmysqlda

MySQL Database Adapter for Zope
https://github.com/zopefoundation/products.zmysqlda

database maintained mariadb mysql python zope

Last synced: 4 months ago
JSON representation

MySQL Database Adapter for Zope

Awesome Lists containing this project

README

        

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
-------------

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

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