
5 Aug
2009
5 Aug
'09
8:32 p.m.
moonlite:
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.
For pure Haskell persistance, there is TCache: A Transactional data cache with configurable persistence http://hackage.haskell.org/package/TCache io-storage: A key-value store in the IO monad. http://hackage.haskell.org/package/io-storage There may be others.