mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 20:37:24 +00:00
* docs: workspace ownership * docs: change ws owner * docs: base collaboration * docs: update user access mgmt * fix: project => base
685 B
685 B
title, description, tags, hide_table_of_contents
| title | description | tags | hide_table_of_contents | |
|---|---|---|---|---|
| Architecture overview | Simple overview of NocoDB architecture |
|
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 base | NC_DB | NC_DB |
| Create new base with External Database | NC_DB | External Database |
| Create new base from Excel | NC_DB | NC_DB |
