reverted try to dbgate global package

This commit is contained in:
Jan Prochazka
2021-02-01 18:39:55 +01:00
parent fdf60b5267
commit df359aea58
3 changed files with 1 additions and 39 deletions

View File

@@ -3,17 +3,10 @@
[![NPM version](https://img.shields.io/npm/v/dbgate.svg)](https://www.npmjs.com/package/dbgate)
# DbGate - database administration tool
DbGate is fast and easy to use database administration tool for MySQL, PostgreSQL, SQL Server.
## Install using npm
```sh
npm install -g dbgate
```
Then run <code>dbgate</code> from commandline.
You can also download binary packages from https://dbgate.org
Please 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.
@@ -21,4 +14,3 @@ You can use some functionality of dbgate from your JavaScript code. See [dbgate-
## Screenshot
![Screenshot](https://raw.githubusercontent.com/dbshell/dbgate/master/screenshot.png)