How can i insert or retrieve data from a remote mySQL database in ionic 3?

I want to insert and retrieve data from a remote mySQL database in ionic 3 app. Please help me. Send me a sample code if possible.

No you don’t, because that would be a catastrophic security nightmare. What you do want to do is to study how to write REST application servers that respond to HTTP requests from the Ionic app and interact with the database appropriately.

Can you help me out by referring to any sample project ?