Skip to content
#

ipaas

Here are 31 public repositories matching this topic...

dannyroosevelt
dannyroosevelt commented May 2, 2022

Is there a specific app this action is for?
data_stores

New actions

  • List keys in Data Store: await this.db.keys()
  • Delete all keys in a Data Store: await this.db.clear() (include a note about this being an irreversible change, so use with caution)
  • Check existence of keys: await this.db.has(key) (returns true/false)

Updates to existing actions

  • Can we use async
enhancement help wanted good first issue action

Improve this page

Add a description, image, and links to the ipaas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ipaas topic, visit your repo's landing page and select "manage topics."

Learn more