
Hi, I'd like to port a python script that queries a DB, writes the results to a CSV file, and emails that file. I'd appreciate suggestions on libraries and/or approaches that can help me achieve this. For DB querying I was thinking of using HDBC. Best, Ari

Use mysql-simple/postgresql-simple for database. Use cassava for csv, and
umm I know there is a library for mailing, but I don't recall what it is.
On Tue, Apr 29, 2014 at 2:50 PM, Ari King
Hi,
I'd like to port a python script that queries a DB, writes the results to a CSV file, and emails that file. I'd appreciate suggestions on libraries and/or approaches that can help me achieve this.
For DB querying I was thinking of using HDBC.
Best, Ari
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

https://hackage.haskell.org/package/smtp-mail
On Tue, Apr 29, 2014 at 3:54 PM, David McBride
Use mysql-simple/postgresql-simple for database. Use cassava for csv, and umm I know there is a library for mailing, but I don't recall what it is.
On Tue, Apr 29, 2014 at 2:50 PM, Ari King
wrote: Hi,
I'd like to port a python script that queries a DB, writes the results to a CSV file, and emails that file. I'd appreciate suggestions on libraries and/or approaches that can help me achieve this.
For DB querying I was thinking of using HDBC.
Best, Ari
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (3)
-
Ari King
-
Christopher Allen
-
David McBride