hello
how can i connect mysql database in my host to ionic 2 app to do curd on it ?
can you give me tutorial
How about google’ling Angular 2/4 + MySQL?
If you are running on the latest MySQL version you can try the build in REST API.
Otherwise, you have to write your own REST API
1 Like
Does the built-in MySQL REST simply allow complete remote R/W access to all fields of all tables? That sounds insane. I didn’t see any information in the first article I came across about securing anything.