I need to login using my username and password to a postgres database, but 
before doing anything issue a SET ROLE command to change my role from the 
login role to one that has write access to the schema I'm using. In 
sqlalchemy there's an option to use a custom database connection function 
<http://docs.sqlalchemy.org/en/latest/core/engines.html#custom-dbapi-connect-arguments>
 to 
gain access to the database, which seems to work well enough for that 
purpose. How can I get alembic to do the same?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy-alembic+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to