2 comments:

1.  Go through the SqlAlchemy ORM tutorial.  What you're describing right 
now is dancing around some very basic relationship definition and 
loading/query techniques.

2. You haven't described what you actually want to accomplish, only some 
general ideas of how you think you could interact with data.  If you want 
to grab a matrix that has every product, there will be one set of ways to 
approach the problem.  If you want to return an iterable list of all 
variations of a certain product, there will be another set of ways.  If you 
want to search by specific criteria, there will be yet another set of ways. 
 depending on what you do with the data, the query will be different.





-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to