issues
search
grafana
/
sqlds
A package that assists writing SQL-driven datasources
Apache License 2.0
20
stars
12
forks
source link
Fix multiple connections setup
#49
Closed
andresmgot
closed
3 years ago
andresmgot
commented
3 years ago
Fixes #48
Changes the key to store db connections to use the DatasourceID as prefix.
Move the datasource settings to the connections map (so it's not global to the sqldatasource instance).
Fixes #48