MimerPy
Python database adapter for Mimer SQL
Install / Use
/learn @mimersql/MimerPyREADME
MimerPy: Python database interface for Mimer SQL
MimerPy is an adapter for Mimer SQL version 11 in Python_ which implements the
PEP 249_ specification. It allows the user to access Mimer SQL through Python.
Requirements:
- A Mimer SQL version 11 or later installation on the client side
- A Mimer SQL version 11 or later database server
- MimerPy is currently supported on Linux, and Windows.
- Python 3.6 or later
The source code for MimerPy resides on GitHub_. Installable packages can be found on PyPi_. To install, use the command:
.. code-block:: console
python3 -m pip install mimerpy
The source for the MimerPy manual is stored together with the source
in the doc/ directory. We recommend reading it on the
Mimer Information Technology documentation site_.
The home page_ for the project can be found on the Mimer Information Technology developer site.
.. _Python: http://www.python.org/ .. _PEP 249: https://www.python.org/dev/peps/pep-0249/ .. _MimerSQL: https://www.mimer.com .. _GitHub: https://github.com/mimersql/MimerPy .. _PyPi: https://pypi.org/project/mimerpy/ .. _documentation site: https://developer.mimer.com/documentation .. _home page: https://developer.mimer.com/mimerpy
