EasyDB

General

The EasyDB node allow to create, read, list and delete keys on an Easy DB database.

Input

CASE: Put

CASE: Get

CASE: Delete

CASE: List

Environment variables:

  • easydb: Requires Database and Token to be set.

Output

CASE: Put

CASE: Get

CASE: Delete

CASE: List

  • Out: Returns an array of Object, String, Number or Boolean with the all database keys. Learn more on easydb.listarrow-up-right.

Use Cases

Retrieve a value from the database.

  • Request (Get) ➡ EasyDB (Get) ➡ Response (200)

Update a value on the database.

  • Request (Post) ➡ EasyDB (Put) ➡ Response (200)

Last updated