From: Justin B. <jgb...@gm...> - 2007-11-16 20:16:39
|
Greetings, I've spent most of this week investigating HaskellDB. I am interested in using it as the basis for specifying and generating an ORM layer for an application I work on at my day job. I've gotten to the point of using it to query our existing database and generate table specifications from that. I am very impressed, especially considering the low level of activity on the project over the last several years. It's solid work. I'd like to extend the API to do joins properly and to not force a "DISTINCT" clause into each query. Is that a feasible idea (assuming my Haskell abilities are up to it)? Would this list be a good resource for asking questions about the code, if I start hacking on it? Thanks for the great work so far and in advance for any help or advice. Justin |