Liking cljdoc? Tell your friends :D

rethink.core

RethinkDB driver https://github.com/mcjp78/jrethinkdb
raw docstring

->rtclj

(->rt m)
source

->rt-keyclj

(->rt-key k)
source

->rt-keywordclj

(->rt-keyword k)
source

->rt-nameclj

(->rt-name x)
source

->rt-valclj

(->rt-val v)
source

andclj

(and expr & exprs)
source

any-coll?clj

(any-coll? v)
source

any-map?clj

(any-map? m)
source

ascclj

(asc sort-key)
source

branchclj

(branch expr expr-a expr-b & exprs)
source

changefeed?clj

(changefeed? x)
source

changesclj

(changes sel)
(changes sel optargs)
source

changes?clj

(changes? x)
source

close!clj

(close! conn-or-changefeed)
source

connectclj

(connect &
         [{:keys [hostname port db]
           :or {hostname "localhost" port 28015 db "test"}}])
source

countclj

(count sel)
source

create-db!clj

(create-db! db-name conn)
source

create-index!clj

(create-index! table-name index-name conn)
source

create-table!clj

(create-table! table-name conn)
(create-table! table-name conn opts)
source

db-createclj

(db-create db-name)
source

db-exists?clj

(db-exists? db-name conn)
source

db-listclj

(db-list)
source

deleteclj

(delete expr)
(delete expr optargs)
source

delete-atclj

(delete-at expr-a expr-b)
(delete-at expr-a expr-b optargs)
source

descclj

(desc sort-key)
source

eqclj

(eq obj1 obj2 & objs)
source

filterclj

(filter expr pred)
(filter expr pred optargs)
source

fncljmacro

(fn args & body)
source

funcclj

(func f)
source

getclj

(get table id)
source

get-allclj

(get-all table ids)
(get-all table ids optargs)
source

get-fieldclj

(get-field o k)
source

index-createclj

(index-create table index-name)
(index-create table index-name index-fn)
source

index-exists?clj

(index-exists? table-name index-name conn)
source

index-listclj

(index-list table)
source

index-waitclj

(index-wait table index-name)
source

init-table!clj

(init-table! table-name conn)
(init-table! table-name primary-key conn)
(init-table! table-name primary-key indexes conn)
source

insertclj

(insert table doc)
(insert table doc optargs)
source

is-emptyclj

(is-empty sel)
source

keyword->stringclj

(keyword->string kw)
source

mapclj

(map expr f)
source

matches-all-of?clj

(matches-all-of? sel field-name values)

Matches on items in 'sel' that have a 'field-name' that matches all of the options in 'values'.

Matches on items in 'sel' that have a 'field-name' that matches all of the
options in 'values'.
sourceraw docstring

matches-one-of?clj

(matches-one-of? sel field-name values)

Matches on items in 'sel' that have a 'field-name' that matches any of the options in 'values'.

Matches on items in 'sel' that have a 'field-name' that matches any of the
options in 'values'.
sourceraw docstring

notclj

(not expr)
source

nthclj

(nth sel index)
source

orclj

(or expr & exprs)
source

order-byclj

(order-by sel sort-key)
(order-by sel sort-key direction)
source

predclj

source

prep-keyword-valclj

(prep-keyword-val k)
source

quick-runclj

(quick-run query
           &
           {:keys [hostname port db]
            :or {hostname "localhost" port 28015 db "test"}})
source

rclj

source

removeclj

(remove expr pred)
(remove expr pred optargs)
source

rt->clj

(rt-> m)
source

rt-key->clj

(rt-key-> k)
source

rt-keyword->clj

(rt-keyword-> k)
source

rt-keyword-val?clj

(rt-keyword-val? v)
source

rt-val->clj

(rt-val-> v)
source

runclj

(run query conn)
(run query conn opts)
source

set-intersectionclj

(set-intersection sel values)
source

sort-byclj

source

tableclj

(table table-name)
(table table-name optargs)
source

table-createclj

(table-create table)
(table-create table optargs)
source

table-exists?clj

(table-exists? table-name conn)
source

table-listclj

(table-list)
source

updateclj

(update obj expr)
(update obj expr optargs)
source

upsertclj

(upsert table doc)
(upsert table doc id-field)
(upsert table doc id-field optargs)
source

wait-for-index!clj

(wait-for-index! table-name index-name conn)
source

withoutclj

(without sel paths)
source

xform-mapclj

(xform-map m kf vf)
source

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

× close