> > thanks for the cache info. I think that's the way to go for me. I'll > create a function to read the connection properties and add the cache > decorator for the function. It is still just a workaround but at least it > should not have any performance penalties. > > I'm still wondering why such an essential feature is missing... >
How do you know which customer is accessing the app -- does something in the URL distinguish customers? Whatever it is, can't you just create a dictionary mapping the relevant request parameter to the appropriate data source URI and either keep that dictionary in a model file or import it from a module? Anthony