JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q35078F
  • License ISC

A NodeJS CLI to generate a Non-Relational Database blank project with helper functions to Create, Read, Update, Delete and more

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 locloud

Usage

  • Hit the command line on your project's folder
  • Write locloud and 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