Closed
Description
Nice library; it works pretty well with very few issues.
One feature I am missing is the ability to write data to the db. It seems that this library can only execute queries against existing data.
My approach in perl is to set up a copy statement, then write data, then execute the statement. I would think this approach would work well in node. Set up a copy statement that returns a stream, load chunks of data into the stream, then trigger an end event.
(I know a patch with this functionality would be better than a feature request, but at the moment I can't do more than this, sorry.)