
(heql/query-single
db-adapter
{[:city/city-id 3] [:city/city
{:city/country [:country/country]}]})

(heql/query-single
db-adapter
{[:country/country-id 2] [:country/country
{:country/cities [:city/city]}]})

(heql/query-single
db-adapter
{[:actor/actor-id 148] [:actor/first-name
{:actor/films [:film/title]}]})
Can you improve this documentation?Edit on GitHub
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 |