Fork me on GitHub
#datomic
<
2017-04-22
>
Ethan Miller15:04:36

What's the standard way of doing something limit and offset queries in datomic? -- specifically with the datomic api (not client api).

robert-stuttaford16:04:39

@ezmiller77 drop and take on the results of datomic.api/q or datomic.api/datoms. datomic.api/pull has some syntax around limits when traversing relationships.