Supported MySQL Changes Listening

This commit is contained in:
2025-03-09 00:12:28 +03:00
parent 41d98aafe9
commit 77b23eaad2
9 changed files with 304 additions and 49 deletions

View File

@@ -59,7 +59,6 @@ async def cached_cursors_cleaner():
async def pool_creator(connection: Connection, minsize=5, maxsize=10):
return await aiomysql.create_pool(
# **DB_CONFIG,
host=connection.host,
user=connection.username,
password=connection.password,