Copy To CSV Expression

Issue #3404 closed
Phillip Cloud created an issue

I've written some code here for the odo project. I was wondering if there's any interest in having this kind of functionality in sqlalchemy.

Maybe something like

sa.Table(...).copy_to('filename.csv', **options)

Comments (3)

  1. Log in to comment