Is there a way to use a MySQL table in developing an app with ionic and cordova?

0

I would like to know if there is a way, because I am developing a simple project that uses only one database.

    
asked by anonymous 16.03.2017 / 14:20

1 answer

2

TL; DR

Yes

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

If it's an application with more than one screen, and more information from a different domain, I think it's interesting to do more tables.

    
16.03.2017 / 14:46