Re: [Haskell-cafe] Using Haskell as a database

2005-01-10 Thread Mark Carroll
On Mon, 10 Jan 2005, Dmitri Pissarenko wrote: (snip) > At the moment, I think that it makes more sense to store the data in form of > facts (not tables as in relational database). (snip) A Haskell binding for something some of the stuff at http://www.ai.sri.com/~gfp/ might be useful? I'd often wo

[Haskell-cafe] Using Haskell as a database

2005-01-10 Thread Dmitri Pissarenko
Hello! I am thinking about writing a system, using which it is possible to store information about the structure of a bureaucratic system.    Coarse-grained features of the program include:    1) The program should allow the user to enter the hierarchy (like: authority X has a board of Y members