
5 Aug
2009
5 Aug
'09
6:04 p.m.
Hi Don,
I actually meant an SQL database written in Haskell, same as Derby or
HSQLDB in Java.
I'm currently using Sqlite3 with HDBC but would prefer one entirely in
Haskell (but still SQL though, because of persistence and performance).
Günther
Am 05.08.2009, 22:32 Uhr, schrieb Don Stewart
gue.schmidt:
Hi all,
is there an SQL Database in Haskell or is there a project trying to implement one?
There are several bindings,
http://hackage.haskell.org/packages/archive/pkg-list.html#cat:database
Are you asking for an implementation of SQL though?
-- Don