Hacker News new | ask | show | jobs
by StavrosK 3133 days ago
My personal anecdote is the exact opposite of yours. I picked GAE for one of my personal projects years ago and it has been terrible. You can't do certain kinds of lookups unless you build the indexes first, there are no delete cascades, no intra-table constraints, etc.

I suspect the difference between us is that you spent the time working around these problems, whereas I expected it to just work.