Monday, July 2, 2018

Data Management With SQLite and Vuex in a NativeScript-Vue App

I recently wrote a tutorial about using Vuex in a NativeScript application that used the Vue.js JavaScript framework. In this tutorial titled, Key-Value Local Storage in a Vue.js NativeScript Application with Vuex, we saw some examples that made use of a key-value storage that used the Application Settings module for NativeScript.

Having key-value storage is great for certain scenarios, but often you'll find yourself needing something that can be queried, like SQLite.



from DZone.com Feed https://ift.tt/2z89DY6

No comments:

Post a Comment