numtel / meteor-mysql-server

Package to run MySQL server inside your Meteor app
34 stars 2 forks source link

Issue with auto refresh when values in db changes #5

Open narangrishab opened 9 years ago

narangrishab commented 9 years ago

Hello,

Why doesn't the view refresh when a value is changed in the mysql database? For example, if I change the value of the score in the mysql, shouldn't it automatically refresh in the frontend?