mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
384e4de0ff
- Change my email address Approved by: erwin (mentor)
16 lines
589 B
Plaintext
16 lines
589 B
Plaintext
You can easily access a MySQL database through the Python MySQL module.
|
|
|
|
This module should be mostly compatible with an older interface written by
|
|
Joe Skinner and others. However, the older version is
|
|
|
|
a) not thread-friendly (database operations could cause all other threads to
|
|
block),
|
|
b) written for MySQL 3.21 (does not compile against newer versions without
|
|
patches),
|
|
c) apparently not actively maintained.
|
|
|
|
MySQLdb is a completely new module, distributed free of charge under a license
|
|
derived from the Python license.
|
|
|
|
WWW: http://sourceforge.net/projects/mysql-python
|