[Haskell-cafe] SQL Database in Haskell?
Don Stewart
dons at galois.com
Wed Aug 5 20:32:07 EDT 2009
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.
More information about the Haskell-Cafe
mailing list