i explore the hasql api, it seems split to results/result/row/value layer.
the basic operator for combinator is value parser, the up to row->result/results.
i didn't find a way to get all fields name and all fields value, then combine it to a json row.
i explore the hasql api, it seems split to results/result/row/value layer. the basic operator for combinator is value parser, the up to row->result/results.
i didn't find a way to get all fields name and all fields value, then combine it to a json row.
can you give me some suggestion how to do it?