Skip to Content
DocsGetting StartedGetting Started

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:

  1. Create your Qubase account.
  2. Create or join a Workspace.
  3. Create a Project inside the Workspace.
  4. Choose a database model type.
  5. 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.

Create your account →

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.

Create a Workspace →

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.

Create a Project →

Step 4: Create your first database model

Before creating a Database Schema, choose one of the supported model types:

Model typePurpose
ConceptualDefines high-level business entities and relationships
LogicalDefines attributes, keys, relationships, and cardinality
PhysicalDefines tables, columns, data types, constraints, and indexes

Create your first database model →

Qubase structure

Qubase follows this hierarchy:

User └── Workspace └── Project └── Database Schema
Last updated on