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
| Plan | Databases | Records/DB | Requests/month |
|---|---|---|---|
| Free | 1 | 10,000 | 1,000 |
| Pro | 10 | 500,000 | 50,000 |
| Business | 50 | Unlimited | 500,000 |
Delete a database
Click the trash icon on the database card. This is irreversible — all tables and data are permanently deleted.