Skip to content

Nosrac/ScriptableScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ScriptableScripts

Put any script you want to use in your Scriptable scripts folder.

Notes:

  • Local storage only currently
  • Uses JSON internally to store data

Usage:

Import the file

var KeyValueDB = importModule('KeyValueDB');
var db = new KeyValueDB('YourProjectName');

Get a value by key

var val = db.getValue(key)

Set a value by key

db.setValue(key, value)

Append a value to an array with the specified key

db.append(key, pushedValue)

Get everything

var object = db.getAll()

About

Script(s) for Scriptable (iOS app)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published