mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
28 lines
967 B
Markdown
28 lines
967 B
Markdown
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
|
|
[![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-serve
|
|
```
|
|
|
|
After installing, you can run dbgate with command:
|
|
```sh
|
|
dbgate-serve
|
|
```
|
|
|
|
Then 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.
|
|
|
|
## Screenshot
|
|
|
|
![Screenshot](https://raw.githubusercontent.com/dbgate/dbgate/master/screenshot.png)
|