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
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 -