mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 09:53:59 +00:00
dbgate.js => dbgate-serve.js
This commit is contained in:
@@ -11,7 +11,7 @@ npm install -g dbgate
|
|||||||
|
|
||||||
After installing, you can run dbgate with command:
|
After installing, you can run dbgate with command:
|
||||||
```sh
|
```sh
|
||||||
dbgate
|
dbgate-serve
|
||||||
```
|
```
|
||||||
|
|
||||||
Then open http://localhost:5000 in your browser
|
Then open http://localhost:5000 in your browser
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"dbgate": "./bin/dbgate.js"
|
"dbgate": "./bin/dbgate-serve.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"sql",
|
"sql",
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
"dbgate-api": "^4.1.1",
|
"dbgate-api": "^4.1.1",
|
||||||
"dbgate-web": "^4.1.1",
|
"dbgate-web": "^4.1.1",
|
||||||
"dbgate-plugin-csv": "^4.1.1",
|
"dbgate-plugin-csv": "^4.1.1",
|
||||||
|
"dbgate-plugin-xml": "^4.1.1",
|
||||||
"dbgate-plugin-excel": "^4.1.1",
|
"dbgate-plugin-excel": "^4.1.1",
|
||||||
"dbgate-plugin-mongo": "^4.1.1",
|
"dbgate-plugin-mongo": "^4.1.1",
|
||||||
"dbgate-plugin-mysql": "^4.1.1",
|
"dbgate-plugin-mysql": "^4.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user