Thursday, November 11, 2010

My free CouchDB account (faked)

I don't have time to learn how to make good use of it yet so I temporarily put it here to remind me its existence ...

http://my.couchone.com/_utils/


Useful commands:
> curl -x myproxy:80 -X GET http://my.couchone.com/_all_dbs
> curl -u user:password -x myproxy:80 -X PUT http://my.couchone.com/testdb
> curl -u user:password -x myproxy:80 -X GET http://my.couchone.com/_all_dbs
["testdb","mybooks","_users","test_suite_db/with_slashes"]

No comments: