mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 12:14:00 +00:00
readme
This commit is contained in:
@@ -6,7 +6,19 @@
|
|||||||
DbGate is fast and easy to use database administration tool for MySQL, PostgreSQL, SQL Server.
|
DbGate is fast and easy to use database administration tool for MySQL, PostgreSQL, SQL Server.
|
||||||
|
|
||||||
## Install using npm
|
## Install using npm
|
||||||
Please download binary packages from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
|
```sh
|
||||||
|
npm install -g dbgate
|
||||||
|
```
|
||||||
|
|
||||||
|
After installing, you can run dbgate with command:
|
||||||
|
```sh
|
||||||
|
dbgate
|
||||||
|
```
|
||||||
|
|
||||||
|
Open http://localhost:5000 in your browser
|
||||||
|
|
||||||
|
## Download electron app
|
||||||
|
You can also download binary packages from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
|
||||||
|
|
||||||
## Other dbgate packages
|
## Other dbgate packages
|
||||||
You can use some functionality of dbgate from your JavaScript code. See [dbgate-api](https://npmjs.com/dbgate-api) package.
|
You can use some functionality of dbgate from your JavaScript code. See [dbgate-api](https://npmjs.com/dbgate-api) package.
|
||||||
|
|||||||
Reference in New Issue
Block a user