PowerSystemDataModel icon indicating copy to clipboard operation
PowerSystemDataModel copied to clipboard

SqlConnector with multiple connections for concurrent usage

Open ckittl opened this issue 4 years ago • 0 comments

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.

ckittl avatar Feb 25 '21 10:02 ckittl