Crud with mySQL

I’m try to create a simple crud application using mySQL .Can anyone suggest me some good tutorials available for this ? Thanks :slight_smile:

And I also I have to access mySQL using command prompt.

From an Ionic application? That’s a horrible idea.

You will need to create a webservice in php or similar, we use asp.net, to send a request to the MySQL database and return JSON data that you can use in your app.

Your app will call the webservice, supplying the relevant information.

I have examples in JavaScript only.

1 Like