On Wednesday 27 May 2009, Mark Ramm wrote: > Also, you can bind the metadata: > > http://www.sqlalchemy.org/docs/04/metadata.html#metadata_tables_binding > > The disadvantage is that you can't change the engine dynamically once > the metadata is bound, but that may not be an issue for you. >
No, permanently bound metadata isn't a problem for me. My app heavily depends on postgresql and I don't see any reason to be able to switch it to something else. Well, this app is not for reuse or resale, although I think I could split out some parts of it as separate tg extension.... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

