Mike Henke wrote: > I was wondering if for each project created, a different database is > created?
Yes. At least for SQLite. If you use PostgreSQL, then you can create a database and use schemas to have multiple trac databases in one PostgreSQL database. For example: postgres://user:[EMAIL PROTECTED]/database?schema=foo postgres://user:[EMAIL PROTECTED]/database?schema=bar postgres://user:[EMAIL PROTECTED]/database?schema=baz -John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
