diff --git a/README.md b/README.md index 75977da0..922187cf 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ # DbGate - database manager -DbGate is modern, fast and easy to use (no)SQL database client +DbGate is modern, fast and easy to use (no)SQL database client. It's focused on effective work with data, it offers advanced filtering or seamless work with relationships. But also it has some more compelling features like schema compare, visual query designer or batch export and import. +Learn more about DbGate features at the [DbGate website](https://dbgate.org/), or try it in online [demo application](https://demo.dbgate.org) + + ![Screenshot](https://raw.githubusercontent.com/dbgate/dbgate/master/screenshot.png) + ## How to contribute Any contributions are welcome. If you want to contribute without coding, consider following: -* Create issue, if you find problem in app, or you have idea to new feature. If issue already exists, you could leave comment on it, to prioritise most wanted issues. * Tell your friends about DbGate or share on social networks - when more people will use DbGate, it will grow to be better +* Write review on [Slant.co](https://www.slant.co/improve/options/41086/~dbgate-review) or [G2](https://www.g2.com/products/dbgate/reviews) +* Create issue, if you find problem in app, or you have idea to new feature. If issue already exists, you could leave comment on it, to prioritise most wanted issues. +* Become a backer on [Open collective](https://opencollective.com/dbgate) ## Why is DbGate different There are many database managers now, so why DbGate? * Works everywhere - Windows, Linux, Mac, Web browser (+mobile web is planned), without compromises in features * Based on standalone NPM packages, scripts can be run without DbGate (example - [CSV export](https://www.npmjs.com/package/dbgate-plugin-csv) ) -* Many data browsing functions based using foreign keys - master/detail, expand columns, expandable form view (on screenshot above) +* Many data browsing functions based using foreign keys - master/detail, expand columns, expandable form view ## Design goals * Application simplicity - DbGate takes the best and only the best from old [DbGate](http://www.jenasoft.com/dbgate), [DatAdmin](http://www.jenasoft.com/datadmin) and [DbMouse](http://www.jenasoft.com/dbmouse) . @@ -68,7 +74,7 @@ There are many database managers now, so why DbGate? * App - electron * Platform independent - will run as web application in single docker container on server, or as application using Electron platform on Linux, Windows and Mac -## Plugins + ## How to run development environment diff --git a/screenshot.png b/screenshot.png index 0a731408..9cdbe7ea 100644 Binary files a/screenshot.png and b/screenshot.png differ