mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 12:13:57 +00:00
readme
This commit is contained in:
parent
3c8cbab90c
commit
72ad14c154
23
README.md
23
README.md
@ -4,12 +4,16 @@
|
|||||||
[![dbgate](https://snapcraft.io/dbgate/trending.svg?name=0)](https://snapcraft.io/dbgate)
|
[![dbgate](https://snapcraft.io/dbgate/trending.svg?name=0)](https://snapcraft.io/dbgate)
|
||||||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
|
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
|
||||||
|
|
||||||
# DbGate
|
<img src="https://raw.githubusercontent.com/dbgate/dbgate/master/app/icon.png" width="64" align="right"/>
|
||||||
|
|
||||||
DbGate is cross-platform (no)SQL database client.
|
# DbGate - (no)SQL database client
|
||||||
|
|
||||||
|
DbGate is cross-platform database manager.
|
||||||
It's designed to be simple to use and effective, when working with more databases simultaneously.
|
It's designed to be simple to use and effective, when working with more databases simultaneously.
|
||||||
But there are also many advanced features like schema compare, visual query designer, chart visualisation or batch export and import.
|
But there are also many advanced features like schema compare, visual query designer, chart visualisation or batch export and import.
|
||||||
|
|
||||||
|
DbGate is licensed under MIT license and is completely free.
|
||||||
|
|
||||||
* Try it online - [demo.dbgate.org](https://demo.dbgate.org) - online demo application
|
* Try it online - [demo.dbgate.org](https://demo.dbgate.org) - online demo application
|
||||||
* Download application for Windows, Linux or Mac from [dbgate.org](https://dbgate.org/download/)
|
* Download application for Windows, Linux or Mac from [dbgate.org](https://dbgate.org/download/)
|
||||||
* Run web version as [NPM package](https://www.npmjs.com/package/dbgate) or as [docker image](https://hub.docker.com/r/dbgate/dbgate)
|
* Run web version as [NPM package](https://www.npmjs.com/package/dbgate) or as [docker image](https://hub.docker.com/r/dbgate/dbgate)
|
||||||
@ -26,7 +30,20 @@ Supported databases:
|
|||||||
|
|
||||||
<!-- Learn more about DbGate features at the [DbGate website](https://dbgate.org/), or try our online [demo application](https://demo.dbgate.org) -->
|
<!-- Learn more about DbGate features at the [DbGate website](https://dbgate.org/), or try our online [demo application](https://demo.dbgate.org) -->
|
||||||
|
|
||||||
![Screenshot](https://raw.githubusercontent.com/dbgate/dbgate/master/screenshot.png)
|
<a href="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot1.png">
|
||||||
|
<img src="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot1.png" width="400"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot2.png">
|
||||||
|
<img src="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot2.png" width="400"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot3.png">
|
||||||
|
<img src="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot3.png" width="400"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot4.png">
|
||||||
|
<img src="https://raw.githubusercontent.com/dbgate/dbgate/master/img/screenshot4.png" width="400"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- ![Screenshot](https://raw.githubusercontent.com/dbgate/dbgate/master/screenshot.png) -->
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Table data editing, with SQL change script preview
|
* Table data editing, with SQL change script preview
|
||||||
|
BIN
img/screenshot1.png
Normal file
BIN
img/screenshot1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 279 KiB |
BIN
img/screenshot2.png
Normal file
BIN
img/screenshot2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
BIN
img/screenshot3.png
Normal file
BIN
img/screenshot3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
BIN
img/screenshot4.png
Normal file
BIN
img/screenshot4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
Loading…
Reference in New Issue
Block a user