Query refresh rows in dashboard CloudBoost

66 Views Asked by At

After using query insert, update, delete row . What query can help me to refresh database ? Thanks for all help.

1

There are 1 best solutions below

0
On

The database does not need to be "refreshed". You can however, refresh your interface/dataset with a CloudQuery (https://tutorials.cloudboost.io/en/query/basicqueries) or you can listen realtime events on queries and have a notification triggered automatically on your client which will be responsible for refreshing the UI. You can check Realtime Queries here (https://tutorials.cloudboost.io/en/realtime/cloudobjectnotifications)