Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zopefoundation/products.zmysqlda
- Owner: zopefoundation
- License: other
- Created: 2018-05-30T15:24:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T07:23:29.000Z (6 months ago)
- Last Synced: 2024-10-12T11:06:08.309Z (4 months ago)
- Topics: database, maintained, mariadb, mysql, python, zope
- Language: Python
- Homepage: https://zmysqlda.readthedocs.io
- Size: 447 KB
- Stars: 1
- Watchers: 91
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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 versionsThis 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.