You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is inspired by the discussions in #272.
At the moment, the SqlConnector holds one reusable connection to the database. However, it would be desirable to hold multiple connections, that can be used in parallel and concurrently. This also requires a mapping against a suitable key object.