Skip to main content

Lesson 1 - Database schema

In this lesson, you will explore a data model for our decentralized app (dapp) that focuses on users, posts, and followers.

You will discover how to implement this model in Chromia's programming language, Rell, by using entity attributes, mutability, efficient indexing, and unique constraints.

By the end of this section, you will have a solid data model for your dapp.