Liking cljdoc? Tell your friends :D

sqlforcql.db


connect-to-dbclj

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

Connects to a Cassandra keyspace on a particular ip-address, with the given username and password.

Connects to a Cassandra keyspace on a particular ip-address, with the given username and password.
sourceraw docstring

disconnect-from-dbclj

(disconnect-from-db db-map)

Disconnects from Cassandra session and cluster information contained in the db-map.

Disconnects from Cassandra session and cluster information contained in the db-map.
sourceraw docstring

get-db-mapclj

(get-db-map session keyspace)
(get-db-map cluster session keyspace)

Returns a map which contains a Cassandra cluster, session and keyspace information.

Returns a map which contains a Cassandra cluster, session and keyspace information.
sourceraw docstring

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

× close