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

Database

A schema-driven data layer on top of MongoDB.

The Database module gives your project a schema-driven data layer on top of MongoDB β€” structured collections with validation, a full CRUD + query API, record-level triggers, taxonomies, saved aggregations, and CSV imports. You host MongoDB (or use a managed Flex cluster); Norbix owns the schema layer and the API surface.

The Database module home.

Screens in this module

Collections β€” your records and their schemas. Taxonomies β€” hierarchical terms you attach to records. Aggregates β€” saved MongoDB pipelines. Imports β€” CSV loading. Integrations β€” the MongoDB connection(s). Settings β€” module behaviour.

Use it from code

Database in the SDK reference β€” including the end-user data API (find, insertOne, findOwn, ...).

API reference

Endpoints: Database.

Last updated