MimerPy is an adapter for Mimer SQL in Python which implements the Python Database API specification PEP 249.
The adapter allows the user to access a Mimer SQL database through Python, taking advantage of the powerful features and functions provided by Mimer SQL version 11. MimerPy is implemented as a CPython wrapper of the Mimer SQL C API, also known as the “Mimer API”.
Requirements and prerequisitesThe following requirements have to be fulfilled to use the Mimer SQL Python adapter:
MimerPy is under MIT license and is open source.
The source code for MimerPy can be found on GitHub.
If you are experiencing any difficulties with MimerPy, its installation, usage or documentation please create a new issue on GitHub. All feedback is appreciated to help us at Mimer Information Technology to improve our product.
Important linksUse pip to install MimerPy from PyPI:
$ pip3 install mimerpy
Check that it is properly installed:
$ python3 -m mimerpy -v Mimerpy version 1.0.29 MimerAPI version 11.0.3D
Use the MimerPy adapter interactively:
$ python3 >>> import mimerpy >>> con = mimerpy.connect(dsn ="mimerDB", user="mimerUser", password="password") >>> con.execute("select current_date from system.onerow").fetchall() [('2021-03-25',)]
And of course you can use MimerPy in regular stand-alone Python programs.
To continue and to get further and more detailed information, please read the MimerPy documentation located at our Documentation page.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4