My project currently connects to 4 different databases. 2 MySQL, 1 MS SQL (via ODBC) and 1 Oracle. To me, separate directory is clearly the winner.
However, since I have to connect to databases not supported by SQLObject (each database is using different convention for primary keys which is reason enough not to use SQLObject) I'm using combination of techniques (experimenting with SQLAlchemy among others). I guess it wouldn't have helped me even if quickstart created models directory for me. Just my 2 cents. Tvrtko --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

