MCPcopy Index your code
hub / github.com/piccolo-orm/piccolo / start_connection_pool

Method start_connection_pool

piccolo/engine/base.py:185–189  ·  view source on GitHub ↗

The database driver doesn't implement connection pooling.

(self)

Source from the content-addressed store, hash-verified

183 colored_warning(message, stacklevel=3)
184
185 async def start_connection_pool(self):
186 """
187 The database driver doesn't implement connection pooling.
188 """
189 self._connection_pool_warning()
190
191 async def close_connection_pool(self):
192 """

Callers 5

runMethod · 0.45
_create_poolMethod · 0.45
_make_queryMethod · 0.45
_make_many_queriesMethod · 0.45
_create_poolMethod · 0.45

Calls 1

Tested by 5

runMethod · 0.36
_create_poolMethod · 0.36
_make_queryMethod · 0.36
_make_many_queriesMethod · 0.36
_create_poolMethod · 0.36