> What database are you using? In PostgreSQL for instance, you can simply > set up a database schema for the database user who is running your TG > app instead of putting everything in the public schema: > http://www.postgresql.org/docs/current/static/ddl-schemas.html > > -- Christoph
Hi Christoph, Thanks for the reply. Schemas are a great suggestion. There is a strong possibility this app will be deployed in a shared MySQL database alongside one other app, so table prefixes would be a great help. I'm leaning toward Gustavo's suggestion once I work out the config issue. Thanks again! -- Regards, Benjamin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

