Avatar

Level 1

Hi,

I'm a beginner in LCDS.

I have a MySQL database for my ordering system. In this database there is a user table and there are some other tables. These tables use foreign keys of user.id. People can register on my sytem (+1 row in a user table). I communicate throught web services in my mobile application. People can see only their own rows (own orders) (it is defined by the user.id).

I would like to improve my mob.app. with offline, sync, and real time changings features.

Can I use the LCDS for my system?

Thanks