I'm building a web app for allowing users to create online forms through a 
GUI, but I am unsure how to structure my database (similar to Google Forms 
<https://www.google.co.uk/forms/about/>).


My ideas are:

   - 1 Kind for the forms designed by users, 1 Kind for the data containing 
   completed forms.
   - Alternatively, I've recently come across the Fear of Adding Tables 
   <http://wiki.c2.com/?FearOfAddingTables>. Thus I could create a new Kind 
   for every form created by users:
   - Do you know if Datastore allows for *separate databases* to segregate 
      kinds by e.g. user?
      - Does datastore have a *limit on the number of Kinds* allowed?
   
Any better ideas? Many thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/52371ab4-fb4f-434e-a204-7553b5a3d54b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to