| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Server
Server object that allows you to access and manage a couchdb node. A Server object can be used like any `dict` object.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
constructor for Server object
|
info of server
|
get list of databases in CouchDb host
|
Create a database on CouchDb host
|
Try to return a Database object for dbname. If database doest't exist, it will be created. |
simple handler for replication
|
Allow you to add basic authentication or any authentication object inherited from `restkit`. ex: >>> from couchdbkit import Server >>> from restkit import BasicAuth >>> server = Server() >>> server.add_authorization(BasicAuth(username, password)) |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed May 19 15:52:50 2010 | http://epydoc.sourceforge.net |