
5 Aug
2009
5 Aug
'09
8:16 p.m.
On Thu, 2009-08-06 at 00:04 +0200, Günther Schmidt wrote:
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).
SQL is just a query language and the use of it is, as far as i can tell, orthogonal to the need for persistence and performance.