php-couchdb
php-couchdb copied to clipboard
PHP extension for CouchDB
/arch/dist/php-couchdb/couchdb.c:35:23: error: curl/curl.h: No such file or directory /arch/dist/php-couchdb/couchdb.c:343: error: expected '=', ',', ';', 'asm' or '**attribute**' before 'couchdb_make_request' /arch/dist/php-couchdb/couchdb.c: In function 'couchdb_prepare_request': /arch/dist/php-couchdb/couchdb.c:507: warning: implicit declaration of function 'couchdb_make_request'...
Would love to see a utility method for handling upsert pattern and automated conflict resolution. Feature should allow for 'partial update' of document. I know it's not part of the...