MSSQL Data Source

This commit is contained in:
linux chips
2017-12-02 14:40:12 +03:00
parent cc00327fbe
commit c75f9a1923
63 changed files with 73141 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ import (
"github.com/go-xorm/xorm"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
_ "github.com/grafana/grafana/pkg/tsdb/mssql"
)
type DatabaseConfig struct {