[Haskell-cafe] SQL Database in Haskell?
Mattias Bengtsson
moonlite at dtek.chalmers.se
Wed Aug 5 20:16:12 EDT 2009
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.
More information about the Haskell-Cafe
mailing list