Class tigrbl.engine._engine.Engine
tigrbl.engine._engine.Engine
dataclass
Engine(spec)
spec
instance-attribute
spec
provider
class-attribute
instance-attribute
provider = field(init=False)
is_async
property
is_async
get_db
property
get_db
supports
supports()
Source code in tigrbl/engine/_engine.py
98 99 100 101 102 |
|
raw
raw()
Source code in tigrbl/engine/_engine.py
116 117 |
|
session
session()
Source code in tigrbl/engine/_engine.py
123 124 125 126 127 128 129 130 131 |
|
asession
async
asession()
Source code in tigrbl/engine/_engine.py
133 134 135 136 137 138 139 140 141 142 143 144 |
|