The "brianc/node-postgres" library is the main pg library for node, but the author, BrianC, is concerned about it growing too bloated and has been working recently to spin off non-core functionality into 3rd party modules. node-pg-copy-streams is one of these:
Instead of adding a bunch more code to the already bloated node-postgres<https://github.com/brianc/node-postgres> I am trying to make the internals extensible and work on adding edge-case features as 3rd party modules. This is one of those. I don't have personal experience with either of these -- we just use child_process.spawn() to run the pg copy command directly (which is probably similar to what these do under the hood). I'm not sure if we tried the copy command in the "node-postgres" library and had trouble with it or if we didn't know about it or it wasn't available at the time. -- peter -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
