updated README

This commit is contained in:
Jan Prochazka
2021-01-23 09:32:53 +01:00
parent 1ce37c6ea8
commit b24d95fb1f

View File

@@ -12,6 +12,9 @@ DbGate is fast and efficient database administration tool. It is focused to work
* Support for Microsoft SQL Server, Postgre SQL, MySQL * Support for Microsoft SQL Server, Postgre SQL, MySQL
* Table data browsing - filtering, sorting, related columns using foreign keys * Table data browsing - filtering, sorting, related columns using foreign keys
* Master/detail views * Master/detail views
* Query designer
* Form view for comfortable work with tables with many columns
* Charts
* Browsing objects - tables, views, procedures, functions * Browsing objects - tables, views, procedures, functions
* Table data editing, with SQL change script preview * Table data editing, with SQL change script preview
* SQL editor, execute SQL script, SQL code formatter, SQL code completion, SQL join wizard * SQL editor, execute SQL script, SQL code formatter, SQL code completion, SQL join wizard
@@ -47,11 +50,11 @@ Currently following extensions can be implemented using plugins:
## How Can I Contribute? ## How Can I Contribute?
You're welcome to contribute to this project! Below are some ideas, how to contribute: You're welcome to contribute to this project! Below are some ideas, how to contribute:
* Create plugins for new import/export formats * Create plugins for new import/export formats or database engines
* Bug fixing * Bug fixing
* Test Mac edition * Test Mac edition
* Improve linux package build, add to APT repository * Create unit tests
* Auto-upgrade of electron application * Whatever else
Any help is appreciated! Any help is appreciated!
@@ -61,12 +64,12 @@ Feel free to report issues and open merge requests.
| Feature | Complexity | Schedule | | Feature | Complexity | Schedule |
|---|---|---| |---|---|---|
| Query designer | medium | december 2020 | | Table designer (structure editor) | big | february 2021 |
| Table designer (structure editor) | big | january 2021 |
| Filter SQL result sets | small | november 2020 |
| Filtering, sorting in free table editor | small | november 2020 |
| Using tedious driver instead of mssql | small | january 2021 |
| Support for SQLite | big | 2021 | | Support for SQLite | big | 2021 |
| Filtering, sorting in free table editor | small | ??? |
| Query designer | medium | december 2020 - done |
| Using tedious driver instead of mssql | small | january 2021 - done |
| Filter SQL result sets | small | november 2020 - done |
## How to run development environment ## How to run development environment