Hello, I am pretty new to python and pyramid and i think that I don't know how to manage multiple user sessions with different databases connections. The point is that I am using Python Pyramid with SQLAlchemy to build a web application. This web application is a front-end over different databases and looks like phpMyAdmin or phpPgAdmin. So, I have a login view with a form with user textbox, password textbox and databases combobox (and submit button).
I would like to have user-specific database connections, so every web application user has their own database credentials. Is there a way we can setup a new engine at login time based on the users credentials, and reuse that engine for requests made by the same user? Thank you, -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/RQTMR27PJCQJ. 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/pylons-discuss?hl=en.
