DatabaseLearn how to use your database

One of the most power features of Devize, is that every project comes with its own database.

Your database is used to store all of the data created by your app (user, posts, notifications, etc).

Tables

Your database is organized into tables. By default, each app includes a user. Tables are made up of columns which hold the actual information. Lets pretend I was building a CRM, and I wanted to let people save contacts

I could create a new comments table, then add a columns for for each piece of data I wanted to store

Frame 1866.png
Published 01/10/2025Last updated 03/10/2025