mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-24 09:59:50 +00:00
26fa254e119fe75f4c1ea6f43ba605804fed4323

Since we can't reset internal members of statement handle (MYSQL_STMT *), we need to close and reinitialize statement handle in case a different statement will be executed with same cursor.
MariaDB Connector/Python
MariaDB Connector/Python enables python programs to access MariaDB and MySQL databases, using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and uses MariaDB Connector/C client library for client server communication.
License
MariaDB Connector/Python is licensed under the LGPL 2.1
Source code
MariaDB Connector/Python source code is hosted on Github
Documentation
MariaDB Connector/Python documentation can be found in Github Wiki
Bugs
Bugs and feature requests should be filed in the MariaDB bug ticket system
Languages
Python
61%
C
39%