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

Database

Create a database with No Code. You automatically will get access to the data in your collection over fully managed and secure https endpoints

The Database module home — collections, schemas, and data tools for your project.

Norbix Database service provides many operations for database management like CRUD operations, schema builder, and data validation.

When you enable a database service in your Norbix dashboard page we create a new MongoDb database for you. When that is done you are able to create collections using our provided tools in the dashboard. After you create a collection you can start adding records through the dashboard or calling to API endpoints.

Features included in database service:

  1. Collections - just like any database collection.

  2. Taxonomies - special kind of collections used mostly for basic select type data.

  3. Imports - importing records to collections.

  4. Exports - exporting records from collections.

  5. Backups - dumping and restoring collections.

Using SDK

If you decide to use one of our provided SDK, the following code shows how to initialize database service.

Here Person is a class which extends the interface IEntity. The example below shows a class extendingEntityclass which extendsIEntityinterface. The attributeCollectionNameis a helper for a client. It takes one parameter - the name of your collection in Norbix.

Here UniqueName is an attribute that is used to set the unique name of a field (the name that is used inside a database). This name can be found in your collection, field details. If this attribute is not used, then your field will be serialized and deserialized as a lowercase property name.

The following are examples of database SDK using different languages and frameworks.

Working with Database Service

The following links explore the usage of database service:

CollectionsTaxonomiesImportsExportsBackups

Use it from code

Everything you can do on this screen is also available programmatically — same module, same permissions, same audit trail.

Channel
Where to go

AI / MCP

Work with this module from Claude, Cursor, or any AI tool — see MCP Server

Last updated