Fork me on GitHub
#xtdb
<
2022-07-30
>
Godwin Ko03:07:26

Is there a way to get all :xt/id currently available in xtdb? I tried to use {:find [?e} :where [[?e _ _]]} query, but always got Query didn't match expected structure 😅 (solved)

Godwin Ko04:07:01

what a fool I’m, I should have used {:find [?e] :where [[?e :xt/id]]} instead to get all eid in db :face_palm::skin-tone-2: