dbgate-serve-premium 6.1.2 → 6.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ STORAGE_DATABASE=dbname
|
|
|
41
41
|
STORAGE_ENGINE=mysql@dbgate-plugin-mysql
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
You could find more about environment variable configuration on [DbGate docs](https://dbgate.org/docs/env-variables
|
|
44
|
+
You could find more about environment variable configuration on [DbGate docs](https://dbgate.org/docs/env-variables/) page.
|
|
45
45
|
|
|
46
46
|
After installing, you can run dbgate with command:
|
|
47
47
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dbgate-serve-premium",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.4",
|
|
4
4
|
"homepage": "https://dbgate.org/",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
"web"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"dbgate-plugin-clickhouse": "^6.1.
|
|
22
|
-
"dbgate-plugin-csv": "^6.1.
|
|
23
|
-
"dbgate-plugin-excel": "^6.1.
|
|
24
|
-
"dbgate-plugin-mongo": "^6.1.
|
|
25
|
-
"dbgate-plugin-mssql": "^6.1.
|
|
26
|
-
"dbgate-plugin-mysql": "^6.1.
|
|
27
|
-
"dbgate-plugin-oracle": "^6.1.
|
|
28
|
-
"dbgate-plugin-postgres": "^6.1.
|
|
29
|
-
"dbgate-plugin-redis": "^6.1.
|
|
30
|
-
"dbgate-plugin-sqlite": "^6.1.
|
|
31
|
-
"dbgate-plugin-xml": "^6.1.
|
|
21
|
+
"dbgate-plugin-clickhouse": "^6.1.4",
|
|
22
|
+
"dbgate-plugin-csv": "^6.1.4",
|
|
23
|
+
"dbgate-plugin-excel": "^6.1.4",
|
|
24
|
+
"dbgate-plugin-mongo": "^6.1.4",
|
|
25
|
+
"dbgate-plugin-mssql": "^6.1.4",
|
|
26
|
+
"dbgate-plugin-mysql": "^6.1.4",
|
|
27
|
+
"dbgate-plugin-oracle": "^6.1.4",
|
|
28
|
+
"dbgate-plugin-postgres": "^6.1.4",
|
|
29
|
+
"dbgate-plugin-redis": "^6.1.4",
|
|
30
|
+
"dbgate-plugin-sqlite": "^6.1.4",
|
|
31
|
+
"dbgate-plugin-xml": "^6.1.4",
|
|
32
32
|
"dotenv": "^16.0.0",
|
|
33
|
-
"dbgate-api-premium": "^6.1.
|
|
34
|
-
"dbgate-web-premium": "^6.1.
|
|
35
|
-
"dbgate-plugin-cosmosdb": "^6.1.
|
|
33
|
+
"dbgate-api-premium": "^6.1.4",
|
|
34
|
+
"dbgate-web-premium": "^6.1.4",
|
|
35
|
+
"dbgate-plugin-cosmosdb": "^6.1.4"
|
|
36
36
|
}
|
|
37
37
|
}
|