staab / janet-pqutils

A utility library for Janet and janet-pq.
MIT License
8 stars 0 forks source link

Add extensible result unpacking #5

Closed staab closed 4 years ago

staab commented 4 years ago

For stuff not handled directly in core.c, we should add a multimethod that can be populated with user-defined functionality for unpacking rows. We should run all results through an unpack function by default, but allow turning it off with a dynamic binding.

staab commented 4 years ago

Finished with a399bcf