Move creating connection and authentication on db to separate method

Open
#5 · Created  · Last updated

Description

There was missing authentication when use auto_reconnect=False so now we have

self._create_connection()

that allows separate process of creating connection and authentication with particular implementations of connecting (once/retry)

0 attachments

0 comments

Loading commits...