[Haskell-beginners] DB + CSV + Mail

Christopher Allen cma at bitemyapp.com
Tue Apr 29 20:56:23 UTC 2014


https://hackage.haskell.org/package/smtp-mail


On Tue, Apr 29, 2014 at 3:54 PM, David McBride <toad3k at gmail.com> wrote:

> 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
>>
>>
>
> _______________________________________________
> 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/08530033/attachment.html>


More information about the Beginners mailing list