(assign-property-filter
{key :key value :value type :type datastore :datastore kind :kind})Given a map that describes the structure of a filter, this function returns the corresponding property filter
Given a map that describes the structure of a filter, this function returns the corresponding property filter
(create-composite-filter [first-map-filter & other-map-filters])This function returns a composite filter based on a given vector of maps that represents filter structure
This function returns a composite filter based on a given vector of maps that represents filter structure
(create-datastore)Creates a Datastore object
Creates a Datastore object
(create-entity datastore kind entity-map)(create-entity datastore kind name entity-map)Creates an Entity object
Creates an Entity object
(create-filter property-map)This function creates a filter
This function creates a filter
(create-gql-query query-string)This function creates a gql query
This function creates a gql query
(create-query query-string)(create-query kind property-map)This function creates a query. Depending of the parameters, this could create a normal query or a GQL query
This function creates a query. Depending of the parameters, this could create a normal query or a GQL query
(delete-entity datastore completed-key)Delete an entity from a datastore
Delete an entity from a datastore
(insert-entity datastore entity)Insert an entity to Datastore
Insert an entity to Datastore
(run-query datastore query-string)(run-query datastore kind property-map)Run a query against a given datastore
Run a query against a given datastore
(upsert-entity datastore entity)Upsert an entity to Datastore
Upsert an entity to Datastore
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 |