I have connected my local Database wrote schemas to fetch data and generate visualizations.
But I observed that the data is not being fetched every time I hit cube.js backend. It is not being updated. I have to restart the server every time to get the updated data. Which I feel is very inefficient and not usable in real-world applications.
Need help to make cube.js fetch the records from the database whenever an API call is made.
Thanks for the help in advance.