MimerPy: Python database interface for MimerSQL
MimerPy is an adapter for MimerSQL V11 in Python which implements the PEP 249 specification. It allows the user to access the powerful tools and advantages of MimerSQL through Python. MimerPy is implemented on top of a Cpython wrapper of the native MimerAPI interface.
Requirements:
- A Mimer V11 installation on the client side
- A Mimer V11 database server
- MimerPy is currently supported on Linux, MacOS and Windows.
- Python 3.5 or later
The source code for MimerPy resides on GitHub. Installable packets can be found on PyPi. To install, use the command:
pip3 install mimerpy