This commit is contained in:
Jan Prochazka 2021-02-08 18:08:07 +01:00
parent 8b9031b0c2
commit 0292a37b16

View File

@ -6,7 +6,19 @@
DbGate is fast and easy to use database administration tool for MySQL, PostgreSQL, SQL Server.
## 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
You can use some functionality of dbgate from your JavaScript code. See [dbgate-api](https://npmjs.com/dbgate-api) package.