I've got a query that returns a *lot* of data and I need it CSV formatted and returned to the user (in a browser).
Postgresql can output stuff in CSV format, and it seems like it would be efficient to let postgresql format the result and return that result exactly as is to the user. Instead of having sequel load the data into a hash, then have ruby do csv processing. Is there a good way to do that with sequel? (Or maybe directly with the pg gem?) Thanks, Joe -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
