Skip to content

Feature request: write data to db #7

Closed
@jmarca

Description

@jmarca

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.)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions