From: Bjorn B. <d00...@dt...> - 2004-07-27 16:24:13
|
carlos andreazza wrote: > I'm trying to use haskelldb, and I'm getting some difficult to understa= nd > the examples showed in 'The HaskellDB Guide to Hacking'. Can you send m= e > the source code of the module Farming.Farmers (Forum.Users will be of > great help too)? Hi Carlos, those modules are generated by the DbDirect program. If you create the=20 tables using the SQL code in the guide and then run DbDirect against the=20 database, those modules will be generated. It seems that the SQL code for creating the tables was missing from the=20 guide. I have moved the guide to http://haskelldb.sourceforge.net/guide/=20 and added the SQL code. Please let us know if there are any problems with this approach. /Bj=F6rn Bringert PS: it might be better to address any future questions to the=20 has...@li... mailing list. |