The library expose a way to use transducers when transforming result sets: a function called plan.
This is very handy and one of the main features of next.jdbc.
Describe the solution you'd like
Add next.jdbc/plan to the api. There might be a bit of spelunking because of the implementation but it might doable.
Describe alternatives you've considered
Post process results sets.
The library expose a way to use transducers when transforming result sets: a function called plan.
This is very handy and one of the main features of
next.jdbc.Describe the solution you'd like
Add
next.jdbc/planto the api. There might be a bit of spelunking because of the implementation but it might doable.Describe alternatives you've considered
Post process results sets.