Package Exports
- locloud
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (locloud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
locloud
Locally generate a Non Relational Database and initialize it with helper functions to Create, Read, Update, Delete and much more.
Installation
$ npm install -g locloudUsage
- Hit the command line on your project's folder
- Write
locloudand enter
Documentation
create(tableName)
- Creates a new db on your folder
genOrUpdate(key, what, tableName)
- Creates or Updates a key
readOn(key)
- Promise reading a key
deleteThis(key, tableName)
- Delete the key
zeroOn(key, tableName)
- Zero a number on a key
emptyOn(key, tableName)
- Empty a String on a key
toggleBoolOn(key, tableName)
- Toggle boolean on a key
plus(amount, key, tableName)
- Add to a number value on a key