Sign Up

What is a Data Store?

The Data Store in Twidget provides a means to access the stored data. It is established from models that are associated with the data store. Whenever an object adhering to the model schema is saved, its data gets stored in the connected data store.

Using the data store, you can:

  • View the stored data and gain insights into its contents.
  • Create new data and modify existing data.
  • Filter existing data based on specific criteria.
  • Copy and delete data as required.
  • Obtain information about the total size of the data store.

Deleting a data store requires simultaneous deletion of the associated model.