What Sanity Studio Offers
Sanity Studio is the content management interface where you handle all the data for your project. It provides:
- Content Management: Add, update, and organize data such as products, categories, users, and other custom content types.
- Real-Time Collaboration: Multiple users can work together in real time, seeing updates as they happen.
- Content Previews: Preview how your content will appear on your site or application before publishing it.
- Document History: Access version history of your content, allowing you to revert to previous states if needed.
- User Permissions: Control who has access to specific sections of the content, ensuring data security.
Sanity Studio offers a powerful, flexible interface for managing all aspects of your project’s content, making it easy to maintain and scale.
This is the first view of Sanity Studio when you visit it.
Understanding Database Terminology in Sanity Studio
In traditional databases, we often refer to tables, and each item within a table is called a row or record. However, in Sanity Studio, the database structure differs.
- Instead of tables, Sanity uses schemas, and these are grouped into what we call collections.
- Each item within a collection is referred to as a document, which represents a single instance of data.
So we will use the term collection for 'tables' and document for a single record in the collection