Fork me on GitHub
#xtdb
<
2022-10-23
>
macrobartfast23:10:35

Is it possible to return a map from a ‘wildcard’ pull query i.e. '{:find [(*pull* ?user [*])]… ? I would probably want just the last part of the db keys (‘first-name’ from :person/first-name’) which probably complicates things.

tatut04:10:30

you can call rename-keys on the result

macrobartfast07:10:40

Oh, that’s helpful!

👍 1