aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-01 23:11:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-01 23:11:04 +0000
commitc12d3994cbb40cb3a0177dab851e2d124bf78df5 (patch)
tree04f4902fa9c1939128902b40740e262aa47ce7dd /databases/Makefile
parent2ecdb55df945517c5bca5ab859f983d85212e165 (diff)
downloadports-c12d3994cbb40cb3a0177dab851e2d124bf78df5.tar.gz
ports-c12d3994cbb40cb3a0177dab851e2d124bf78df5.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>
Notes
Notes: svn path=/head/; revision=112706
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
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