Liking cljdoc? Tell your friends :D

sqlforcql.core


connect-to-default-dbclj

(connect-to-default-db ip-address username password keyspace)

Connect to a Cassandra keyspace on a particular ip-address, with the given username and password. This information is stored in atoms/default-db-map map.

Connect to a Cassandra keyspace on a particular ip-address, with the given username and password.
This information is stored in atoms/default-db-map map.
sourceraw docstring

disconnect-from-default-dbclj

(disconnect-from-default-db)

Disconnect from Cassandra using information stored in atoms/default-db-map map. Afterwards, empty the atoms/default-db-map map.

Disconnect from Cassandra using information stored in atoms/default-db-map map.
Afterwards, empty the atoms/default-db-map map.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close