(add-child verter parent-id child-type child-facts)add child to parent's family of given type. child-facts must include :verter/id. concurrent adds are safe since each child is a separate key
add child to parent's family of given type. child-facts must include :verter/id. concurrent adds are safe since each child is a separate key
(add-children verter parent-id child-type children-facts)adds multiple children of a specific type to a parent in a single transaction
adds multiple children of a specific type to a parent in a single transaction
(find-children verter parent-id child-type)(find-children verter
parent-id
child-type
{:keys [with-deleted?] :or {with-deleted? false}})find children of a specific type options:
find children of a specific type options: - :with-deleted? (default false) would/not include deleted children
(find-children-at verter parent-id child-type business-time)find children of a specific type that existed at a point in time
find children of a specific type that existed at a point in time
(remove-child verter parent-id child-type child-id)(remove-child verter parent-id child-type child-id business-time)remove child from parent's family and mark as deleted
remove child from parent's family and mark as deleted
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 |