meteor-mysql
meteor-mysql copied to clipboard
How can I do the insert, update and delete operation at the client
Server publish a query results of mysql database. However, If I want to insert, update or delete some data at the client side.How can I achieve these?