Hello,
It would be nice to support something like
execute conn "INSERT INTO tbl (?) VALUES (?)" (Multiple (ColNames [Identifier "a", ...]), Multiple (Values ...))
(Edit: added the Multiple constructor as something provisional)
Currently I need to perform some manual text concatenation of the Query string with repeat 5 "?" and the like, which is not very elegant.
Just an idea, not high-priority though. Alternate ideas welcome too.