Storing of data

Hi, I would need to store data, but how can I do it? I am thinking of array but is it the way? I need to be able to CRUD function too. Please advice me thankyou.

Hi @RobertLow

try below native plugin

It will give you CRUD functionality.

thanks

Can I don’t store in any database. As I would like to mock first

SQLite is database only

it is use for ofline storeg

Upon looking at the docs. I still have no idea on how the useage is. Can you guide me thanks

Hi @RobertLow

try below example

thanks