]> CyberLeo.Net >> Repos - CDN/cdn-ports-overlay.git/blob - cdn/ports/databases/py-MySQLdb/pkg-descr
databases/py-MySQLdb: resurrect dead port
[CDN/cdn-ports-overlay.git] / cdn / ports / databases / py-MySQLdb / pkg-descr
1 Python interface to MySQL
2
3 MySQLdb is an interface to the popular MySQL database server for Python.
4 The design goals are:
5
6 - Compliance with Python database API version 2.0
7 - Thread-safety
8 - Thread-friendliness (threads will not block each other)
9 - Compatibility with MySQL-3.22 and later
10
11 This module should be mostly compatible with an older interface
12 written by Joe Skinner and others. However, the older version is
13 a) not thread-friendly, b) written for MySQL 3.21, c) apparently
14 not actively maintained. No code from that version is used in
15 MySQLdb. MySQLdb is free software.
16
17 WWW: https://github.com/farcepest/MySQLdb1