]> git.ipfire.org Git - people/ms/libloc.git/commit
database: Create a connection pool for async operation
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2024 12:16:30 +0000 (12:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Mar 2024 12:16:30 +0000 (12:16 +0000)
commit804e209b2359ac9ba9678ff281a36bb1dae06a41
treebfd3b73bb012ea0c99bf4e60362a7e6be7110949
parent990b3ad4d48252943f9b9aef072878d0aa8fd2be
database: Create a connection pool for async operation

This is very useful when we want to run multiple tasks concurrently
using asyncio.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location/database.py