2011/7/2 Vasile Ermicioi <elff...@gmail.com>: > GAE is a NoSQL database http://en.wikipedia.org/wiki/NoSQL > but you can use a field where you can store a list of ids (one to many > relation denormalized) > http://web2py.com/book/default/chapter/06#Many-to-Many,-list:<type>,-and-contains >
I know, but using dal I can use "one to many" relationship in gae. My problem is not how to use it, but how to fill two related datatables to use it later.