aboutsummaryrefslogtreecommitdiff
path: root/databases/pythoncego
Commit message (Collapse)AuthorAgeFilesLines
* databases/pythoncego: fix build with correct LICENSE_FILEKurt Jaeger2024-08-181-1/+1
| | | | Reported-by: arrowd
* databases/pythoncego: fix LICENSE_FILEKurt Jaeger2024-08-171-0/+1
|
* databases/pythoncego: remove LICENSE_FILEKurt Jaeger2024-07-091-1/+0
|
* databases/pythoncego: New portBjörn Lemke2024-06-303-0/+30
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.