Fork me on GitHub
#hugsql
<
2023-02-19
>
richiardiandrea00:02:22

Hi all, I have two different tables representing two entities. I need to implement a query that return both given some criteria. Is there a way to return two full tables, one per key? It seems the best I can do is to receive text containing comma separated columns (each item being a string). Can I force deserialization?