As an aside some people (Joey Adams IIRC, maybe others) have suggested that postgresql-simple should change the conversions so that ByteString represents postgresql's binary blobs, and not postgresql's text. (And get rid of the Binary type in the process)
On Sun, Aug 12, 2012 at 11:18 AM, Janne Hellsten <jjhellst@gmail.com> wrote:
I note that postgresql-simple and mysql-simple use ByteStrings
exclusively in the API.No, that's not how they work. The underlying representation in some places might be a ByteString, but the actual APIs don't use ByteStrings, they go through typeclasses.
_______________________________________________
database-devel mailing list
database-devel@haskell.org
http://www.haskell.org/mailman/listinfo/database-devel