dbgate-serve 5.1.6 → 5.1.7-alpha.14
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 +10 -10
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ After installing, you can run dbgate with command:
|
|
|
14
14
|
dbgate-serve
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
Then open http://localhost:
|
|
17
|
+
Then open http://localhost:3000 in your browser
|
|
18
18
|
|
|
19
19
|
## Download electron app
|
|
20
20
|
You can also download binary packages from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dbgate-serve",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.7-alpha.14",
|
|
4
4
|
"homepage": "https://dbgate.org/",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"web"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"dbgate-api": "^5.1.
|
|
22
|
-
"dbgate-plugin-csv": "^5.1.
|
|
23
|
-
"dbgate-plugin-excel": "^5.1.
|
|
24
|
-
"dbgate-plugin-mongo": "^5.1.
|
|
25
|
-
"dbgate-plugin-mssql": "^5.1.
|
|
26
|
-
"dbgate-plugin-mysql": "^5.1.
|
|
27
|
-
"dbgate-plugin-postgres": "^5.1.
|
|
28
|
-
"dbgate-plugin-xml": "^5.1.
|
|
29
|
-
"dbgate-web": "^5.1.
|
|
21
|
+
"dbgate-api": "^5.1.7-alpha.14",
|
|
22
|
+
"dbgate-plugin-csv": "^5.1.7-alpha.14",
|
|
23
|
+
"dbgate-plugin-excel": "^5.1.7-alpha.14",
|
|
24
|
+
"dbgate-plugin-mongo": "^5.1.7-alpha.14",
|
|
25
|
+
"dbgate-plugin-mssql": "^5.1.7-alpha.14",
|
|
26
|
+
"dbgate-plugin-mysql": "^5.1.7-alpha.14",
|
|
27
|
+
"dbgate-plugin-postgres": "^5.1.7-alpha.14",
|
|
28
|
+
"dbgate-plugin-xml": "^5.1.7-alpha.14",
|
|
29
|
+
"dbgate-web": "^5.1.7-alpha.14",
|
|
30
30
|
"dotenv": "^16.0.0"
|
|
31
31
|
}
|
|
32
32
|
}
|