Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Autorefresh #36

Closed
martinandersen3d opened this issue Oct 6, 2020 · 3 comments
Closed

[Feature] Autorefresh #36

martinandersen3d opened this issue Oct 6, 2020 · 3 comments
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@martinandersen3d
Copy link

Often when I develop in my editor or clicking around in my app, it makes changes to the database. One feature that I really like is Autorefresh of the table.

Usecase:

  1. Lets say I clicked the "Users" table in the database, inside Antares.
  2. The "users" table is now visible in Antares
  3. I click the "Autorefresh" button inside Antares. Now Antareswill refresh the table every second / userdefined time.
  4. In my whatever app or editor, I make a change to the database.
  5. Since Antares autorefresh the "user" table, I can see the change immediately, whitout having to click on anything. This is really luxury, to have some-kind of "realtime" feedback, when you can see what is going on in the database.

This feature is in both dbBeaver and HeidiSql.

I really love how Antares is structured and would love to see this feature here.

I will get back with more screenshots and gif examples.

[Update]
Example of HeidiSql's autorefresh. Here it is automatically updating the table every 3 seconds.

HeidiSql is the top window, and bottom window simulated whatever app that makes a change to the database.
After the database change occur, you can see it when HeidiSql/Antares autorefresh.
hidisql_aurefresh

@Fabio286 Fabio286 added the enhancement 🚀 New feature or request label Oct 6, 2020
@Fabio286
Copy link
Member

Fabio286 commented Oct 6, 2020

Hi @martinandersen3d,
as an HeidiSQL user I have a clear idea of what you mean.
I have a long list of lacking features to implement, but the autorefresh feature should be quite simple to implement so I think i'll add in next releases.
Really thanks for your detailed feedback.

@Fabio286
Copy link
Member

Fabio286 commented Oct 8, 2020

I've just added this feature with last commit.

antares

You will find the autorefresh in the next Antares release.

@martinandersen3d
Copy link
Author

Thanks ☺️😍👍🙏💖🥳🎈🎉🎊

@Fabio286 Fabio286 self-assigned this Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants