Getting Started
Welcome to Qubase. This guide helps you create your account, set up a Workspace, create a Project, and prepare your first Database Schema.
Getting started workflow
Follow these steps in order:
- Create your Qubase account.
- Create or join a Workspace.
- Create a Project inside the Workspace.
- Choose a database model type.
- Create your first Database Schema.
Step 1: Create an account
Create a Qubase account using your name, email address, and password.
After registration, verify your email address before signing in.
Step 2: Create a Workspace
A Workspace is the main collaboration area in Qubase.
It can contain multiple Projects and allows team members to work together on database models.
Step 3: Create a Project
A Project belongs to a Workspace and contains your database schemas, ERD diagrams, SQL or DBML code, templates, and version history.
The user who creates the Project automatically becomes the Project Owner.
Step 4: Create your first database model
Before creating a Database Schema, choose one of the supported model types:
| Model type | Purpose |
|---|---|
| Conceptual | Defines high-level business entities and relationships |
| Logical | Defines attributes, keys, relationships, and cardinality |
| Physical | Defines tables, columns, data types, constraints, and indexes |
Create your first database model →
Qubase structure
Qubase follows this hierarchy:
User
└── Workspace
└── Project
└── Database Schema