Brokenatom Docs
  • πŸ‘‹Welcome to Brokenatom
    • πŸ”€How to use this Documentation
    • πŸ•ΈοΈWeb Development Basics
    • πŸ€”Why Brokenatom?
  • 🧱Brokenatom's Architecture
    • πŸ“‘Data Modelling
    • πŸ”Permissions
    • 🎨Design Editor
    • πŸš€Publishing
  • πŸ› οΈGetting Started with Brokenatom
  • πŸ–ŒοΈDesign Editor
    • Add Elements
    • Pages
    • Layers
    • Assets
    • Design
    • Data
    • Conditional Filter
    • Canvas
  • βš™οΈHeader
    • Application Name and Logo
    • Publish
  • πŸ“‘Models
    • Creating a Model
    • Adding Properties
    • Deleting Models
    • Updating Documentation
    • Generating Models with AI
  • πŸ”Permissions
    • Roles
    • App Logins
    • Authorization
    • Creator Profile
  • πŸ”’Versions
    • 2.0.0
    • 1.0.0
  • πŸ”§Troubleshooting
Powered by GitBook
On this page

Was this helpful?

Models

PreviousPublishNextCreating a Model

Last updated 10 months ago

Was this helpful?

When creating a database, it's crucial to define its properties and the type of data it will store. This involves choosing an appropriate data model and structuring tables or collections. For each field, specify data types (numbers, text, etc.), indexes for performance, and constraints to ensure data integrity.

Data validation rules should be in place to control the quality of data being entered Consider scalability and performance optimization for future growth and efficient data management.

πŸ“‘
Schema for the data that will be handled in the application