Ellipse Gradient for Header
NEGRONI FEATURES

Database schema export

Export database schemas directly from Negroni manifests for PostgreSQL, MySQL, HSQL, Microsoft SQL Server, or Oracle. Generate database-specific DDL from an approved manifest for use outside Martini, without manually recreating entities, relationships, and query patterns by hand.

Export database schemas to disk

Export a manifest's database structure as a ZIP containing generated DDL for PostgreSQL, MySQL, HSQL, Microsoft SQL Server, or Oracle — ready to review, apply, or hand off to a database team.

ANSI SQL generation

For MySQL and HSQL connections, Negroni flags when your connection URL is missing the property needed for ANSI SQL mode, so exported schemas behave consistently with your target database engine.

Auto-increment identifiers

Every entity gets a primary key generated with the appropriate auto-increment mechanism for the selected database, removing the need to implement custom identifier generation.