Yeh, that's what I've found myself doing. Now that I'm just assuming that the datastore is a list of objects identified by keys, I'm getting on much better with it (although like you say, some of my controller code is a little ugly but worth the price I think!)
Cheers Dave On Aug 21, 11:56 pm, howesc <how...@umich.edu> wrote: > the challenge is that you are thinking about a normalized referential DB. > GAE does not provide that at this time. so you have warp your mind to get > it to work. flat schemas work best, but they are hard to manage and very > ugly, so it's all about finding that middle ground. > > at the same time, GAE is not right for every problem. i too am eagerly > awaiting the long promised SQL support on GAE! > > cfh