javascript - Database access from UWP app in HTML5/JS -


what best way use database (be redis, sqlite, websql or actually) uwp app being developed in html5/javascript? c# or vb.net app guess quite easy, since can use stuff this. how js-based app?

i guess 1 option wrapper c# project , use data layer (since believe js/html project can invoke methods in other projects in solution). best/easiest way or there other options i'm missing somehow? feels bit clumsy, since prefer solution 100% javascript in case.

you use indexeddb in uwp javascript apps.

you can find samples online (here example) , relevant msdn documentation here.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -