RethinkDB driver https://github.com/mcjp78/jrethinkdb
RethinkDB driver https://github.com/mcjp78/jrethinkdb
(connect &
[{:keys [hostname port db]
:or {hostname "localhost" port 28015 db "test"}}])
(init-table! table-name conn)
(init-table! table-name primary-key conn)
(init-table! table-name primary-key indexes conn)
(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'.
(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'.
(quick-run query
&
{:keys [hostname port db]
:or {hostname "localhost" port 28015 db "test"}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close