mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 14:06:52 +00:00
17 lines
602 B
Markdown
17 lines
602 B
Markdown
---
|
|
title: "Architecture overview"
|
|
description: "Simple overview of NocoDB architecture"
|
|
tags: ['Engineering']
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
By default, if `NC_DB` is not specified, then SQLite will be used to store your metadata. We suggest users to separate the metadata and user data in different databases.
|
|
|
|

|
|
|
|
|
|
| Project Type | Metadata stored in | Data stored in |
|
|
|---------|-----------|--------|
|
|
| Create new project | NC_DB | NC_DB |
|
|
| Create new project with External Database | NC_DB | External Database |
|
|
| Create new project from Excel | NC_DB | NC_DB | |