Ñò
Š„[Jc @ så d Z d d k l Z d d k l Z l Z l Z d d k l Z l Z d d k l
Z h Z d e
f d „ ƒ YZ d e f d „ ƒ YZ d
e f d „ ƒ YZ e ƒ d e f d
„ ƒ YZ e ƒ d e f d „ ƒ YZ e ƒ d S( sr Strategies for creating new instances of Engine types.
These are semi-private implementation classes which provide the
underlying behavior for the "strategy" keyword argument available on
:func:`~sqlalchemy.engine.create_engine`. Current available options are
``plain``, ``threadlocal``, and ``mock``.
New strategies can be added via new ``EngineStrategy`` classes.
iÿÿÿÿ( t
attrgetter( t baset threadlocalt url( t utilt exc( t poolt EngineStrategyc B s e Z d Z d „ Z d „ Z RS( s An adaptor that processes input arguements and produces an Engine.
Provides a ``create`` method that receives input arguments and
produces an instance of base.Engine or a subclass.
c C s | | _ | t | i