An application with Ionic Framework, can access a mysql database like a conventional web application? hostnet. Or is a web service required? And what about the safety issue? The access will be totally online, without using SQlite
An application with Ionic Framework, can access a mysql database like a conventional web application? hostnet. Or is a web service required? And what about the safety issue? The access will be totally online, without using SQlite
No, you can not. You need a web service, which in this case will be the layer that will be in charge of the persistence of your data.