Skip to content

Commit e4b5f74

Browse files
committed
automated release 0.1.1
1 parent 964c7cb commit e4b5f74

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

dist/plugin.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
}

0 commit comments

Comments
 (0)