diff options
author | pawel <pawel@FreeBSD.org> | 2015-11-06 05:11:50 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-11-06 05:11:50 +0800 |
commit | 1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14 (patch) | |
tree | a0535cf86e047a78810c2eeb90cdf830b550174a /databases/Makefile | |
parent | 9b10239399625328813bd5631c996dc62318b23d (diff) | |
download | freebsd-ports-gnome-1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14.tar.gz freebsd-ports-gnome-1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14.tar.zst freebsd-ports-gnome-1cf9b5d8ee6bfb8606e1a4c7431281dbff0c7a14.zip |
oursql is a set of MySQL bindings for python 2.4+ with a focus
on wrapping the MYSQL_STMT API to provide real parameterization
and real server-side cursors. MySQL 4.1.2 or better is required.
WWW: https://launchpad.net/oursql
PR: 202915
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e5905ac487d7..cf2aa20ea309 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -745,6 +745,7 @@ SUBDIR += py-mysql2pgsql SUBDIR += py-odbc SUBDIR += py-oops + SUBDIR += py-oursql SUBDIR += py-peewee SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue |