Liking cljdoc? Tell your friends :D

com.chicoalmeida.mysqlx-clj.collection


findclj

(find collection query)
source

find-by-idclj

(find-by-id collection id)

Returns a single document with matching _id field.

Returns a single document with matching _id field.
sourceraw docstring

get-collectionclj

(get-collection schema collection-name)

Returns an existing collection from a valid schema

Returns an existing collection from a valid schema
sourceraw docstring

insert!clj

(insert! collection document)

Saves document to collection and returns the inserted document as a persistent Clojure map.

Saves document to collection and returns the inserted document as a persistent Clojure map.
sourceraw docstring

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

× close