[Sqlalchemy-tickets] Issue #3404: Copy To CSV Expression (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Charles C. <iss...@bi...> - 2015-04-30 20:43:16
|
New issue 3404: Copy To CSV Expression https://bitbucket.org/zzzeek/sqlalchemy/issue/3404/copy-to-csv-expression Charles Cloud: I've written some code [here](https://github.com/ContinuumIO/odo/pull/174/files) for the odo project. I was wondering if there's any interest in having this kind of functionality in sqlalchemy. Maybe something like ```python sa.Table(...).copy_to('filename.csv', **options) ``` |