[Tutor] SQLAlchemy
Martin A. Brown
martin at linux-ip.net
Mon Jan 26 19:23:35 CET 2015
Greetings Mike,
: I'm working my way through Thinkful with python and I'm trying to
: get a setup working. Part of this setup is using SQLAlchemy.
: While I understand this is a python tutor list, would it be OK to
: ask questions like 'how do I change my SQLAlchemy URL to include
: a user name' here?
You could ask here about this (excellent) third-party library, but
you will doubtless find a much richer pool of knowledge to draw from
if you were to ask this question directly of the SQLAlchemy crowd
[0]. There's a mailing list [1] or IRC [2].
I expect that you are calling sqlalchemy.engine.create_engine() at
some point. When you are doing that, you can/should pass your
desired user credentials into this function.
http://docs.sqlalchemy.org/en/rel_0_9/core/engines.html
Good luck,
-Martin
[0] http://www.sqlalchemy.org/support.html
[1] https://groups.google.com/forum/#!forum/sqlalchemy
[2] 'The IRC channel is on the Freenode network as #sqlalchemy.'
--
Martin A. Brown
http://linux-ip.net/
More information about the Tutor
mailing list