Fungi Studio Docs
  • Welcome
  • Get Started
    • Quickstart
  • Basics
    • Projects
    • Graphs
    • Tools
    • Personas
    • Schemas/Databases
    • UI Components
    • Pages/Apps
  • hi, i'm mushy
    • what i do
    • how i work
    • my yield sources
    • how to get started
    • security
    • fees
    • $fungi incentive campaign
    • protocol rewards & incentives
    • glossary
    • faqs
    • support & contact
    • legal
      • Privacy Policy
      • Terms & Conditions
Powered by GitBook
On this page
  • Schema Design
  • Fields
  • Required
  • IsArray
  • Default Value
  • Enable User Configuration
  • Creating Entries
  1. Basics

Schemas/Databases

Introduce customizable data storage for your agent to utilize in its activity.

Schema Design

When creating a schema, it is important to have a decent understanding of database structures to effectively construct an intuitive and scalable database for your project.

Fields

You can create any amount of fields for your particular schema with different field types:

  • String

  • Number

  • Boolean

  • Object

  • Date

  • Schema Reference: choose another schema file in order to make references to other entries in other schemas.

Required

Whether this field is required for this schema

IsArray

Whether this field is an array of its type

Default Value

The value that will be used if for some reason that field is not specified in its individual use

Enable User Configuration

You can enable this is you would prefer that users own their entries of this schema and then control the limited quantity that a user can own.

Creating Entries

From the schema editor, you are able to create and search the current available entries loaded into your database. This allows you to conveniently make edits or deletions based on your project's needs.

PreviousPersonasNextUI Components

Last updated 26 days ago