In GAE Datastore I can put any arbitrary properties into an entity of an 
entity kind (in SQL terms, I can put any field into a table row), without 
having to redefine / migrate the table. This GAE datastore feature is very 
useful for my specific purposes.

Is there a way I can make use of this GAE Datastore possibility thru web2py 
DAL? How? Or, do I have to do directly to GAE, circumventing DAL?

More specifically, if i had GAE datastore entities of an entity kind that 
have different properties, could I still somehow use the following web2py 
features:

- DAL query, insert, update,
- SQLFORM?




-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to