Sub-Modules

type
CouchDb.authentication_method
=
Variant
  •    
    { 
    void
     
    None
     }
  • or 
    { 
    string
     
    Session
     }
  • or 
    { 
    { 
    string
     
    user
    , 
    string
     
    pass
     }
     
    HttpLogin
     }
type
CouchDb.db_infos
=
{ 
string
 
location
, 
string
 
name
 }
type
CouchDb.doc_id
=
string
type
CouchDb.failure
=
Variant
  •    
    { 
    void
     
    BadLogin
     }
  • or 
    { 
    WebClient.failure
     
    Communication
     }
  • or 
    { 
    string
     
    DbAlreadyExists
     }
  • or 
    { 
    string
     
    DbDoesNotExists
     }
  • or 
    { 
    void
     
    InvalidJsonDoc
     }
  • or 
    { 
    void
     
    NotLoggedIn
     }
  • or 
    { 
    string
     
    Other
     }
  • or 
    { 
    void
     
    UnAuthorized
     }
type
CouchDb.revision
=
string
type
CouchDb.success
=
Variant

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.