Database Connection

Database connection management.

shared.database.connection.ensure_connection()[source]

Async SQLAlchemy manages connections via the session. No-op retained for compatibility.

Return type:

None

async shared.database.connection.init_db()[source]

Initialize database and create all tables including new user management and queue tables.

Return type:

None