Is there a way to use a Mysql table when developing an app with Ionic and Cordova?

Asked

Viewed 55 times

1

I wonder if there is a way, because I am developing a simple project that uses only a database.

1 answer

3


TL;DR

Yes


Everything will depend on the size of your application, if it is an application for registering annotations, you would have in the database a table anotacoes, and fields as: id, data, anotacao, status, etc..

If it is an application with more than one screen, and more information of different domain, when I believe it is interesting to make more tables.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.