yasuki_core.accounts.db.get_accounts_connection#

get_accounts_connection()[source]#

Context manager for accounts-database connections from the pool.

Open the pool on first use if it has not been opened yet.

Yields:
connpsycopg.Connection

Connection with autocommit enabled and a dict row factory.