2 Jul
2008
2 Jul
'08
10:10 p.m.
Hi Don, I know where to look but I am knew to database architecture. I know there is a driver (whatever that is ... I write device drivers but this is obviously different), backend ??? My question is more generic about what pieces I would need for evenr sqlite3 for example. Vasil On Wed, Jul 2, 2008 at 5:03 PM, Don Stewart <dons@galois.com> wrote:
vigalchin:
Hello,
I have installed the mysql server (mysqld) on my Ubuntu machine. What are the Haskell libraries/components that I will need to write a mysql client??
Check on hackage.haskell.org under the 'database' category.
-- Don