Trees | Indices | Help |
|
---|
|
object --+ | sqlalchemy.engine.strategies.EngineStrategy --+ | sqlalchemy.engine.strategies.DefaultEngineStrategy --+ | sqlalchemy.engine.strategies.ThreadLocalEngineStrategy --+ | BuildbotEngineStrategy
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
name =
|
Properties | |
Inherited from |
Method Details |
For sqlite, percent-substitute %(basedir)s and use a full path to the basedir. If using a memory database, force the pool size to be 1. |
For mysql, take max_idle out of the query arguments, and use its value for pool_recycle. Also, force use_unicode and charset to be True and 'utf8', failing if they were set to anything else. |
Given arguments, returns a new Engine instance.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:43 2012 | http://epydoc.sourceforge.net |