diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-09 16:54:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-09 16:54:34 +0000 |
commit | 9ef8e2c699e72667166422ea1f0fd11b4f2304ab (patch) | |
tree | 02e9d0bc45706d115456c6abbb605e243069c249 /databases/Makefile | |
parent | 92da8d79e0522fedb88ca75cd5ccfcacd5c05677 (diff) | |
download | ports-9ef8e2c699e72667166422ea1f0fd11b4f2304ab.tar.gz ports-9ef8e2c699e72667166422ea1f0fd11b4f2304ab.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>
Notes
Notes:
svn path=/head/; revision=227916
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 |