diff options
author | pav <pav@FreeBSD.org> | 2004-07-02 07:11:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-02 07:11:04 +0800 |
commit | 5d0dc8f3ba95d7310d37faf6120172cd6a27b107 (patch) | |
tree | 603e0fba0fb63b939c59db40827bbd3824f5a7b0 /databases/Makefile | |
parent | a5b6456fecf3ef9315accbf4a023ca0bcadf5516 (diff) | |
download | freebsd-ports-gnome-5d0dc8f3ba95d7310d37faf6120172cd6a27b107.tar.gz freebsd-ports-gnome-5d0dc8f3ba95d7310d37faf6120172cd6a27b107.tar.zst freebsd-ports-gnome-5d0dc8f3ba95d7310d37faf6120172cd6a27b107.zip |
Add py-sqlobject, a Python class that allows you to translate RDBMS table rows
into Python objects, and manipulate those objects to transparently manipulate
the database.
PR: ports/68501
Submitted by: Choe, Cheng-Dae <whitekid@netian.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 e34d27c8e1bb..3fa37c87d25b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -240,6 +240,7 @@ SUBDIR += py-oops SUBDIR += py-psycopg SUBDIR += py-pyPgSQL + SUBDIR += py-sqlobject SUBDIR += py-sqlrelay SUBDIR += py-sybase SUBDIR += pydbdesigner |