An example application for the Loki NativeScript adapter.
LokiJS is a document oriented database written in javascript, published under MIT License. Its purpose is to store javascript objects as documents in a nosql fashion and retrieve them with a similar mechanism. - LokiJS
Watch the example application on YouTube
$ git clone https://github.com/TobiasHennig/loki-nativescript-adapter-example.git
$ cd loki-nativescript-adapter-example
$ npm install
$ cd app && npm install && cd ..
$ tns platform add ios
$ tns run ios --emulator
To go deeper in Loki have a look at the documentation. If you want to contribute to the adapter take this way to the repository.