Liking cljdoc? Tell your friends :D

monglorious.core


-executeclj

(-execute uri query)

A Java-callable wrapper around 'execute'.

A Java-callable wrapper around 'execute'.
sourceraw docstring

-executeWithConnectionclj

(-executeWithConnection connection db query)

A Java-callable wrapper around 'execute-with-connection'.

A Java-callable wrapper around 'execute-with-connection'.
sourceraw docstring

-getConnectionclj

(-getConnection uri)

A Java-callable wrapper around 'get-connection'.

A Java-callable wrapper around 'get-connection'.
sourceraw docstring

executeclj

(execute connection-uri query)
(execute connection-options-or-uri db-name query)

Connects and executes a MongoDB query, using a connection map or URI

Connects and executes a MongoDB query, using a connection map or URI
sourceraw docstring

execute-with-connectionclj

(execute-with-connection {:keys [conn db]} query)

Executes a MongoDB query given an open connection and db

Executes a MongoDB query given an open connection and db
sourceraw docstring

get-connectionclj

(get-connection connection-uri)
(get-connection connection-options-or-uri db-name)

Returns a connection and db object that can be reused multiple times

Returns a connection and db object that can be reused multiple times
sourceraw docstring

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

× close