diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 00:54:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 00:54:34 +0800 |
commit | bc6063b8561f5e67ed59426ecf32512dec53baa1 (patch) | |
tree | e9598a0484707b1e7137da902ee922314aa82abf /databases/Makefile | |
parent | 4059d46886a39e23a27740ac5e99123be10569fa (diff) | |
download | freebsd-ports-gnome-bc6063b8561f5e67ed59426ecf32512dec53baa1.tar.gz freebsd-ports-gnome-bc6063b8561f5e67ed59426ecf32512dec53baa1.tar.zst freebsd-ports-gnome-bc6063b8561f5e67ed59426ecf32512dec53baa1.zip |
py-simplecouchdb is a simple librairy to allow your python
applicationto use CouchDB.
With simplecouchdb, you can manage documents like you do
directly with CouchDB, schema-free. So document instance
(see :ref:schema-ref) are completly dynamic, you could
add/delete properties in your documents, retrieve them
without any schema, etc.
WWW: http://code.google.com/p/py-simplecouchdb/
PR: ports/131296
Submitted by: Wen Heping <wenheping at gmail.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 ea01d4eee4bf..12a4b395dadc 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -521,6 +521,7 @@ SUBDIR += py-qt4-sql SUBDIR += py-rrdpipe SUBDIR += py-rrdtool_lgpl + SUBDIR += py-simplecouchdb SUBDIR += py-sqlalchemy SUBDIR += py-sqlite3 SUBDIR += py-sqlobject |