make_connection

AsyncSqliteCacheManager.make_connection(**kwargs: Any) → Union[Any, Coroutine[Any, Any, Any]]

Creates a database connection using connector_func, passing all arguments/kwargs directly to the connector function.

Return GenericConnection conn

A database connection object, which should implement at least the basic connection object methods as specified in the Python DB API (PEP 249), and in the Protocol type class GenericConnection