Hi there,

I just started writting my first app after reading some documentation
and tutorials.
Looks like an exciting platform to develop on, but there're many
things I still have doubts about.
I used to develop in PHP/MySQL, and I quite don't get how should I
proceed in order to get an efficient relational model.

To simplify things, I have two kind of entities: Artist and Photo. I
need to define relations one-to-many between instances of these two
entities. That is, an Artist can have many Photos, and a Photo can
only have one Artist.

In my table-shaped mind, I would model three kinds of entities
(Artist, Photo, ArtistPhotoRelation). Would this approach be the right
thing in GAE/datastore? Maybe I should avoid the relational entity,
and use multiple-valued properties in the Artist instead?

Thanks a lot!
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to