File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json" ,
3+ "type" : " datasource" ,
4+ "name" : " SurrealDB" ,
5+ "id" : " grafana-surrealdb-datasource" ,
6+ "metrics" : true ,
7+ "backend" : true ,
8+ "executable" : " gpx_surrealdb" ,
9+ "info" : {
10+ "description" : " SurrealDB datasource plugin for Grafana" ,
11+ "author" : {
12+ "name" : " Grafana Labs"
13+ },
14+ "keywords" : [" datasource" , " sql" , " surrealdb" ],
15+ "logos" : {
16+ "small" : " img/logo.png" ,
17+ "large" : " img/logo.png"
18+ },
19+ "links" : [
20+ {
21+ "name" : " Project site" ,
22+ "url" : " https://github.com/grafana/surrealdb-datasource"
23+ },
24+ {
25+ "name" : " Apache License" ,
26+ "url" : " https://github.com/grafana/surrealdb-datasource/blob/main/LICENSE"
27+ }
28+ ],
29+ "screenshots" : [],
30+ "version" : " 0.1.1" ,
31+ "updated" : " 2024-02-01"
32+ },
33+ "dependencies" : {
34+ "grafanaDependency" : " >=9.5.3" ,
35+ "plugins" : []
36+ },
37+ "category" : " sql"
38+ }
You can’t perform that action at this time.
0 commit comments