in reply to Multiple Databases in Catalyst

So when you find out you need to add something to the schema, you end up having to make a change in many databases, right? Don't do this unless you have some very very specific needs!

Jenda
Enoch was right!
Enjoy the last years of Rome.

Replies are listed 'Best First'.
Re^2: Multiple Databases in Catalyst
by code-ninja (Scribe) on May 11, 2013 at 11:19 UTC

    I'll elucidate my project a bit. I'm trying to make a small "social network" for my particular dormitory in my college. I'm taking this approach because this way, every user will have a personalized database and hence I can write terse controller scripts that are generic, if you understand what I mean. :/

    I considered using LDAP too because the starting chapter of the Catalyst book says that I can use LDAP for handling multiple databases, but AFAIK, LDAP is only for directories right?