
13 Aug
2012
13 Aug
'12
2:33 p.m.
On Sun, Aug 12, 2012 at 11:18 AM, Janne Hellsten
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. http://hackage.haskell.org/packages/archive/mysql-simple/latest/doc/html/Dat...