NocoDB NocoDB
0.106.0-beta.0
  • Welcome

    • Introduction
  • Getting started

    • Installation
    • Environment Variables
    • Upgrading
    • Demos
  • Product

    • Dashboard
    • Table Operations
    • Column Operations
    • Column Types
    • Code Snippets
    • Link To Another Record
    • Lookup
    • Rollup
    • Formulas
    • Primary Key
    • Display Value
    • Team & Settings > Team & Auth
    • Team & Settings > Data Sources
    • Team & Settings > Audit
    • Team & Settings > Project Settings
    • Sync Schema
    • Share Base
    • Share View
    • Keyboard Maneuver
    • Views
    • Account Settings
    • Languages
    • Expanded Form
    • Import Airtable to NocoDB
    • Usage Information
  • Developer Resources

    • Accessing APIs
    • REST APIs
    • NocoDB SDK
    • Webhooks
  • Engineering

    • Architecture Overview
    • Repository Structure
    • Development Setup
    • Unit Testing
    • Playwright E2E Testing
    • Releases & Builds
    • i18n translation
  • FAQ

    • FAQs
  • Community

    • Releases
  • More

Architecture Overview

By default, if NC_DB is not specified, then SQLite will be used to store your meta data. We suggest users to separate the meta data and user data in different databases.

Project TypeMetadata stored inData stored in
Create new projectNC_DBNC_DB
Create new project with External DatabaseNC_DBExternal Database
Create new project from ExcelNC_DBNC_DB
Edit this page on GitHub
Webhooks Repository structure