p-raj / random-ideas

1 stars 0 forks source link

Tech: DB + Web Service ORM for Mobile \ Web #27

Closed peeyush-tm closed 5 years ago

peeyush-tm commented 7 years ago

Problem -

Local-DB support in native apps has quite a different functioning from the web's Local-DB. Due to this limitation of the web, we have to ship out separate application codebase for web and native. If we think on the basics - Web Services are just an interface to Remote-DB, so applying the same theory, of we can build a Web Service like interface over Local-DB, we would be able to keep application logic independent of the Database and Operating System

Refrences -