mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
The Cego Python driver enables Python programs to access cego databases, using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and uses the Cego C wrapper client library for client server communication. This implementation is derived from the MariaDB Connector written by Georg Richter.
8 lines
324 B
Text
8 lines
324 B
Text
The Cego Python driver enables Python programs to access cego databases,
|
|
using an API which is compliant with the Python DB API 2.0 (PEP-249).
|
|
It is written in C and uses the Cego C wrapper client library for
|
|
client server communication.
|
|
|
|
This implementation is derived from the MariaDB Connector written
|
|
by Georg Richter.
|
|
|