- (get-server-info connection) procedure
Returns the couchdb version information as the json egg parses the response.
CSI> (get-server-info (make-connection "" "http://localhost:5984")) #(("couchdb" . "Welcome") ("version" . "0.11.0"))
Returns the couchdb version information as the json egg parses the response.
CSI> (get-server-info (make-connection "" "http://localhost:5984")) #(("couchdb" . "Welcome") ("version" . "0.11.0"))