Skip to content

Databases

Create a database

From the dashboard, click New Database:

  • Name — alphanumeric, hyphens allowed (e.g. my-app, store-prod)
  • Engine — Relational (SQL) or Non-relational (NoSQL)

Celdrax provisions a real database instance. Relational databases run on SQL Server; non-relational on MongoDB.

Naming

Your database is internally stored as celdrax_u{userId}_{name}. You always reference it by the short name you chose.

Plan limits

PlanDatabasesRecords/DBRequests/month
Free110,0001,000
Pro10500,00050,000
Business50Unlimited500,000

Delete a database

Click the trash icon on the database card. This is irreversible — all tables and data are permanently deleted.