Liking cljdoc? Tell your friends :D

sqlforcql.core


connect-to-default-dbclj

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

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

Connect to a Cassandra keyspace on a particular ip-address, port, with the given username and password,
and store this information 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.

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

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

× close