grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
20 stars 12 forks source link

fix: implement InstanceDisposer to close db connections #136

Closed njvrzm closed 1 month ago

njvrzm commented 1 month ago

This adds support for the InstanceDisposer() interface to SQLDatasource, to fix a connection leak.

Fixes #135

njvrzm commented 1 month ago

Fair enough - I looked over the github projects using it (only a handful outside of grafana) but github isn't the whole universe. I feel a little weird bumping to v5 just a couple months after v4, but so it goes :)