Skip to main content

App storage using monday.storage

  • December 27, 2022
  • 1 reply
  • 779 views

  • Participating Frequently

I am using monday.storage.instance.setItem(key, value) to store the details.

  1. How to add multiple values for a same / single key.
  2. Could you please let me know App storage(DB) limit?
  3. How to store objects and array values in a key?

Thanks in advance!
Priya

1 reply

  • January 12, 2023

Hi @Priya!

  1. The database will accept key and value pairs. You could have, for example, a value that contains multiple values in one array
  2. The limit is 6 MB
  3. You can pass in objects and arrays as strings