Hi, I am having real problems trying to understand the architecture of google app engine database as I am coming from SQL / Access database design. I have read all of your online documentation and watched various videos on you tube but still not sure how to design it.
I am trying to replicate a simple db that I use onto google app engine: tblCustomer tblPremise tblPerson tblCustomer is the main table and will have details like company name and company address tblPremise links to the customer table such that 1 customer could have a number of premises, the premise table would hold info like address tblPerson links to both customer and premise such that all of the people are stored under customer but could be 1-1 relationship for premise Would it be possible to provide me with an understanding of how I would structure the db and link it together in the code please? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
