For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

Database module behaviour for this project.

Where: Database β†’ Settings Β· /projects/<project>/db/settings

Database Settings holds the module-level switch: turning the Database module off for this project.

Database β†’ Settings.

What you can do here

Disable the module β€” the panel at the bottom disables the Database module for the whole project. This is destructive: all related data is deleted with the module. Export anything you still need first.

Per-collection behaviour (soft delete, record ownership, description) does not live here β€” it is on each collection's Settings tab in the schema editor (see Build a Schema).

Use it from code

Database β†’ Module β€” enable and disable the module from the SDKs.

API reference

Endpoints: Disable Database and Enable Database.

Last updated