Georg Richter e7441f1e59 Performance optiomizations:
- Result sets
Convert named_tuple and dictinuary result sets directly from netbuffer,
instead to fetch them in tuples and convert it afterwards

- fetch rows()
Use MrdbCursor_fetchrows() c function for fetchmany/fetchall.
2022-10-09 11:15:46 +02:00
2022-08-07 16:47:26 +02:00
2022-10-09 11:15:46 +02:00
2022-09-22 07:26:46 +02:00
2020-06-05 18:05:27 +02:00
2021-08-16 10:10:22 +02:00
2018-12-05 13:48:02 +01:00
2018-06-19 18:17:32 +02:00
2022-08-11 11:10:00 +02:00
2022-08-07 16:47:26 +02:00
2022-07-19 17:01:35 +05:30
2022-08-11 08:50:13 +02:00
2021-10-18 12:42:44 +02:00

MariaDB Connector/Python

License (LGPL version 2.1) Python 3.7 Build Status Coverity Scan Build Status

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 on Github Pages

Bugs

Bugs and feature requests should be filed in the MariaDB bug ticket system

Description
MariaDB Connector/Python
Readme LGPL-2.1 3.3 MiB
Languages
Python 61%
C 39%