[Haskell-beginners] DB + CSV + Mail

David McBride toad3k at gmail.com
Tue Apr 29 20:54:18 UTC 2014


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 <ari.brandeis.king at gmail.com>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 at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140429/700cbdb1/attachment.html>


More information about the Beginners mailing list