ruby-em-pg-client
ruby-em-pg-client copied to clipboard
support COPY commands
trafficstars
EM versions of be get_copy_data and put_copy_data are missing.
I'm really interested by this feature. I was trying to use the "copy_table" method from sequel (via em-pg-sequel) in order to create a fast export to CSV and I was wondering why it was working great in the console but not in EM (ruby process hanging at 100% CPU)... I willing to help but I have no idea where to start and how difficult it coud be...