The database driver doesn't implement connection pooling.
(self)
| 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 | """ |