summaryrefslogtreecommitdiff
path: root/databases/pythoncego/pkg-descr
blob: 3e4410ab91f118a1f26f7629ca8d145c90058d1f (plain) (blame)
1
2
3
4
5
6
7
8
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.