Database
A schema-driven data layer on top of MongoDB.
Last updated
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.

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.
Database in the SDK reference β including the end-user data API (find, insertOne, findOwn, ...).
Endpoints: Database.
Last updated