Exporting Manifests
Negroni supports multiple export formats for manifests. The appropriate format depends on your target use case.
Export availability
Available export options depend on your license type. See Licensing Features for details.
Export Formats
| Format | Output | Use Case |
|---|---|---|
| ZIP archive | Import into Martini Designer Online or Server Runtime | |
| ZIP with SQL text file | Inspect or apply the database structure | |
| ZIP with JSON files | Use with Power Platform, ETL, or custom apps | |
| ZIP with JSON files | Structured data architecture reference |
Martini Package
Produces a Martini package ZIP containing CRUD services, API endpoints, database configuration, and service implementations.
You can generate a Martini package in two ways:
- Use the
Negroni Blueprint toolbar wizard to choose publish/export options during the flow.
- Export the manifest directly from the Project Navigator. Direct export uses the manifest's saved Configure settings.
Via Negroni Blueprint Wizard
- Click
Negroni Blueprint in the toolbar.
- Choose Publish to Martini Designer Online or Martini Server Runtime or Export as a Martini package.
- Select the generated outputs, such as REST, SOAP, GraphQL, Database Schema, or Data Models.
- Complete the database connection, SQL configuration, package, and summary steps.
- Click Generate.
When generation succeeds, the Martini package is available for download or is published to the selected Martini target, depending on the export type.
Via Direct Manifest Export
Use direct manifest export when the manifest has already been configured. Negroni builds the package using the API, SQL, service, and property settings saved from the manifest's Configure panel.
- Right-click the manifest in the Project Navigator.
- Select
Export.
- Select
Martini Package.
- Review the package details.
- Click Build.
When the build succeeds, the package is available for download.
To change what direct export generates, right-click the manifest, select Configure, update the build settings, and save the configuration before building the package.
See Generating a Martini Package for a full walkthrough.
Database Schema
Produces a ZIP containing the generated database structure for the selected manifest.
Via Toolbar
- Select
Database Schema option in the toolbar.
- A corresponding export modal will open.
- Configure the required export settings.
- Click Finish.
Via Navigator Export
- Right-click the manifest.
- Select Export.
- Click
Database Schema.
- Configure the export settings in the modal.
- Click Finish.
CDM Schema
Produces a ZIP containing entities, attributes, relationships, and other CDM elements in standard CDM format.
Via Toolbar
- Select
CDM Schema option in the toolbar.
- A corresponding export modal will open.
- Configure export options if needed.
- Click Finish.
Via Navigator Export
- Right-click the manifest.
- Select Export.
- Click
CDM Schema.
- Complete the export modal.
- Click Finish.
Data Model
Produces a ZIP containing entity definitions and their data model structure.
Via Toolbar
- Select
Data Model option in the toolbar.
- A corresponding export modal will open.
- Configure the export settings.
- Click Finish.
Via Navigator Export
- Right-click the manifest.
- Select Export.
- Click
Data Model.
- Complete the export modal.
- Click Finish.
Available Export Options
From the manifest Export menu, you can export as:
Martini Package
Database Schema
CDM Schema
Data Model