[Haskell-cafe] Tables in Haskell (data model /business app prototyping)

Rene de Visser rene_de_visser at hotmail.com
Wed May 11 10:56:28 EDT 2005


>From: "Bayley, Alistair" <Alistair_Bayley at ldn.invesco.com>
> > From: Rene de Visser [mailto:rene_de_visser at hotmail.com]
> >
> > I would rather use Haskell also for the persistency, global
> > constraint
> > maintanence, etc... rather than using an external database.
>
>What do you mean by "external" database? If you just mean "on another

I would like to write my views and constraints in Haskell, and not in a 
seperate database language.

i.e. I want to use Haskell also as declarative active database language to 
define the business logic and rules.  This would seem to me to be a lot 
easier when the database is written in Haskell itself and part of the same 
program.

Rene.




More information about the Haskell-Cafe mailing list