PowerSystemDataModel
PowerSystemDataModel copied to clipboard
SqlConnector with multiple connections for concurrent usage
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.