I did not find specific posts about this.
May Fuse write data to a remote server (such as a mySQL db)? I would use this feature, for example, to keep statistics about the use of the app.
Thank you, regards.
I did not find specific posts about this.
May Fuse write data to a remote server (such as a mySQL db)? I would use this feature, for example, to keep statistics about the use of the app.
Thank you, regards.
Hey!
Fuse doesn’t support MySQL at the moment. A community member wrote a sqlite implementation, but that wouldn’t help if you want to write data to a server.
The easiest thing would be to use a service such as Parse, or writing a small custom REST api for logging data to your database :).
I can reccomend you looking at fetch, as you will be using it to send http requests from Fuse.
Note that Parse is closing down next year, and don’t accept new signups. They have however released software you can use to run a Parse-compatible server on your own hardware.