Skip to content

cosmith/loki-cordova-fs-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loki-cordova-fs-adapter npm version

NOTE: I don't use this plugin anymore since I moved to React Native.

FileSystem adapter for LokiJS database persistence on Cordova.

Dependency: https://github.com/apache/cordova-plugin-file

Based on the code from https://github.com/annoyingmouse/lokiFileSystemAdapter

var LokiCordovaFSAdapter = require("./cordova-file-system-adapter");

var adapter = new LokiCordovaFSAdapter({"prefix": "loki"});

var db = new loki("dbname", {adapter: adapter});

About

FileSystem adapter for LokiJS database persistence on Cordova

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •