mirror of https://github.com/Fabio286/antares.git
chore: update REDME.md
This commit is contained in:
parent
206597e5b8
commit
d13b708377
10
README.md
10
README.md
|
@ -31,10 +31,7 @@ An application created with minimalism and semplicity in mind, with features in
|
||||||
|
|
||||||
- Multiple database connections at same time.
|
- Multiple database connections at same time.
|
||||||
- Database management (add/edit/delete).
|
- Database management (add/edit/delete).
|
||||||
- Tables management (add/edit/delete/empty).
|
- Full tables management, including indexes and foreign keys.
|
||||||
- Tables index management (add/edit/delete).
|
|
||||||
- Tables fields management (add/edit/delete).
|
|
||||||
- Tables content management (add/edit/delete).
|
|
||||||
- Run queries on multiple tabs.
|
- Run queries on multiple tabs.
|
||||||
- Query suggestions.
|
- Query suggestions.
|
||||||
- Native dark theme.
|
- Native dark theme.
|
||||||
|
@ -45,11 +42,13 @@ An application created with minimalism and semplicity in mind, with features in
|
||||||
|
|
||||||
This is a roadmap with major features will come in near future.
|
This is a roadmap with major features will come in near future.
|
||||||
|
|
||||||
- Users management (add/edit/delete).
|
|
||||||
- Stored procedures, views, schedulers and triggers support.
|
- Stored procedures, views, schedulers and triggers support.
|
||||||
|
- Users management (add/edit/delete).
|
||||||
- More secure password storage.
|
- More secure password storage.
|
||||||
- Database tools (variables, process list...).
|
- Database tools (variables, process list...).
|
||||||
|
- SSL and SSH tunnel support.
|
||||||
- Support for other databases.
|
- Support for other databases.
|
||||||
|
- UI/UX improvements.
|
||||||
- Improvements of query editor area.
|
- Improvements of query editor area.
|
||||||
- Improvements of query suggestions.
|
- Improvements of query suggestions.
|
||||||
- Query history.
|
- Query history.
|
||||||
|
@ -58,7 +57,6 @@ This is a roadmap with major features will come in near future.
|
||||||
- Query logs console.
|
- Query logs console.
|
||||||
- Fake data filler.
|
- Fake data filler.
|
||||||
- Import/export and migration.
|
- Import/export and migration.
|
||||||
- SSL and SSH tunnel support.
|
|
||||||
- Themes.
|
- Themes.
|
||||||
|
|
||||||
## Currently supported
|
## Currently supported
|
||||||
|
|
Loading…
Reference in New Issue