From: Justin B. <jgb...@gm...> - 2009-05-26 15:14:01
|
On Mon, May 25, 2009 at 10:11 PM, Artyom Shalkhakov <art...@gm...> wrote: > > Is there a way to integrate HaskellDB TH utilities with DBDirect specifications? > Looks like they are incompatible right now. What I would like is a > single place to > specify database schema. Can you be more specific? How are they incompatible? > > In addition to that, how hard is it to add primary keys, foreign keys > and indices > annotations to HaskellDB? > There isn't support for that at the moment, but it's kind of outside the domain too. I would suggest layering that information on top of your schema through additional types or classes. What did you have in mind? > Cheers, > Artyom Shalkhakov. > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > Haskelldb-users mailing list > Has...@li... > https://lists.sourceforge.net/lists/listinfo/haskelldb-users > |