(get-fetch-options)(get-fetch-options size)(get-fetch-options size cursor)Returns the fetch options for a PreparedQuery
Returns the fetch options for a PreparedQuery
(get-filter property value)(get-filter property value operator)Helper function that returns a FilterPredicate based on a property
Helper function that returns a FilterPredicate based on a property
(put! ds entity-name props)Creates a new Entity using Remote API
Creates a new Entity using Remote API
(with-datastore [ds spec] & body)Evaluates body in a try expression with ds bound to a remote datastore object built according to spec. The spec is a map consisting of :hostname - The remote server (default "localhost") :port - The remote port (default 8888) :service-account-id - The service account id (required for production envs) :private-key-file - The absolute path to private key in P12 format (required for production envs)
Evaluates body in a try expression with ds bound to a remote datastore object built according to spec. The spec is a map consisting of :hostname - The remote server (default "localhost") :port - The remote port (default 8888) :service-account-id - The service account id (required for production envs) :private-key-file - The absolute path to private key in P12 format (required for production envs)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |