5d2ba10113
* Move dashboard k8s APIs to a separate app Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Copy dashboard code in Dockerfile Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Fix conversion generation Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Update OpenAPI snapshot for dashboard/v0alpha1 Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> --------- Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com>
Legacy SQL
As we transition from our internal sql store towards unified storage, we can sometimes use existing services to implement a k8s compatible storage that can then dual write into unified storage.
However sometimes it is more efficient and cleaner to write explicit SQL commands designed for this goal.
This package provides some helper functions to make this easier.