Create Jedox Database
jedox_create_databaseCreate a new database model in Jedox to organize dimensions and cubes. Initialize a database before adding dimensions and cubes.
Instructions
Create a new database (model) in Jedox.
Args:
name: Name for the new database
Returns: { id, name } of the created database.
After creation, use jedox_create_dimension to add dimensions, then jedox_create_cube to create cubes. Call jedox_save_database after structural changes to persist them to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new database/model. |