Base Overview
In Basemulti, the base is the core unit for storing and organizing data. Each base can contain multiple tables, which can be interconnected to form a complete data structure.
What is a Base?
A base is a container that holds multiple related tables. It can be used to:
- Store and organize data specific to a particular project or domain
- Establish relationships between tables
- Manage access permissions for data
- Create different data views
Components of a Base
Tables
- The place where specific data is stored
- Composed of rows and columns
- Supports multiple data types
- Can establish relationships between tables
Views
- Different ways to display data
- Supports table views, dashboard views, etc.
- Allows for custom filtering and sorting
- Facilitates team collaboration
Field Types
Basemulti supports multiple field types, including:
- Text
- Number
- Date
- Single/Multiple Select
- Relationship Field
- Attachment
- And more
Base Features
Flexibility
- Can customize table structure according to needs
- Supports dynamic adjustment of field types
- Can add new tables and views at any time
Scalability
- Supports importing existing data
- Can integrate with other systems
- Supports data export and backup
Base Operations
In the workspace, you can:
- Create a new base
- Connect your other data sources (Database)
- Duplicate an existing base
- Delete a base
TIP
It is recommended to plan the data structure and relationships between tables before creating a base, which can help better organize your data.