diff --git a/README.md b/README.md index 4ff569a78..001a34fc2 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,16 @@ [![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) -# DbGate + -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. 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 * 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) @@ -26,7 +30,20 @@ Supported databases: -![Screenshot](https://raw.githubusercontent.com/dbgate/dbgate/master/screenshot.png) + + + + + + + + + + + + + + ## Features * Table data editing, with SQL change script preview diff --git a/img/screenshot1.png b/img/screenshot1.png new file mode 100644 index 000000000..0caf7d449 Binary files /dev/null and b/img/screenshot1.png differ diff --git a/img/screenshot2.png b/img/screenshot2.png new file mode 100644 index 000000000..f40be7eb7 Binary files /dev/null and b/img/screenshot2.png differ diff --git a/img/screenshot3.png b/img/screenshot3.png new file mode 100644 index 000000000..8668e6100 Binary files /dev/null and b/img/screenshot3.png differ diff --git a/img/screenshot4.png b/img/screenshot4.png new file mode 100644 index 000000000..a2378195f Binary files /dev/null and b/img/screenshot4.png differ