<div dir="ltr">Curious if <a href="https://freeswitch.org/confluence/display/FREESWITCH/Lua+with+Database#LuawithDatabase-freeswitch.Dbh">https://freeswitch.org/confluence/display/FREESWITCH/Lua+with+Database#LuawithDatabase-freeswitch.Dbh</a> is missing any support functions that freeswitch.Dbh has under the hood?<div><br></div><div>It seems some convenience functions for the following would be quite nice:</div><div><br></div><div> - Fetch query results into a table of tables</div><div> - Fetch one result row</div><div> - Fetch one row</div><div><br></div><div>I hacked up those in some quick helpers here: <a href="https://gist.github.com/thehunmonkgroup/f92ca495c4c366d74fa9269320806cec">https://gist.github.com/thehunmonkgroup/f92ca495c4c366d74fa9269320806cec</a></div><div><br></div><div>Just wondering if I'm missing anything.</div></div>