1
1
mirror of https://github.com/Fabio286/antares.git synced 2024-12-26 00:33:02 +01:00

chore: update README.md

This commit is contained in:
Fabio Di Stasio 2021-01-06 12:02:41 +01:00
parent 27fd9ec203
commit 6e55f27b23

View File

@ -32,6 +32,7 @@ An application created with minimalism and semplicity in mind, with features in
- Multiple database connections at same time.
- Database management (add/edit/delete).
- Full tables management, including indexes and foreign keys.
- Views, triggers and stored routines management (add/edit/delete).
- Run queries on multiple tabs.
- Query suggestions and auto complete.
- Native dark theme.
@ -43,7 +44,7 @@ An application created with minimalism and semplicity in mind, with features in
This is a roadmap with major features will come in near future.
- Stored procedures, views, schedulers and triggers support.
- Functions and schedulers support.
- Users management (add/edit/delete).
- Database tools (variables, process list...).
- SSL and SSH tunnel support.