I'm trying to build my first TG project: a simple web app to track clients and invoices. A clients table and an invoice table with a relation between the two. A page that simply prints out clients and their invoices.
The first thing I did was follow the wiki in 20 min tutorial. I then learned that I should probably be using SqlAlchemy, so I started again with that. After getting a quickstart project with SqlAlchemy and Identity up and working, I started to build my tables using the functional (traditional?) way which quickstart did with Identity. But now I'm stuck because the SqlAlchemy docs use the "declarative" method for anything relational. I need to set up a one-to-many relation for clients to invoices. Is there a way to quickstart a project using SqlAlchemy and Identity using the declarative method? If there is, it's not documented. I've been searching for a good tutorial closer to what I want to do but haven't found one yet. Michael Grant --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

