Logo
NeoArc Studio

Schema Import

Import database schemas from SQL DDL scripts to populate the data model with entities, properties, and relationships.

The SQL DDL Import parses CREATE TABLE, ALTER TABLE, and CREATE INDEX statements from SQL scripts. Tables become entities in the data model, columns become typed properties, and foreign keys become relationships.

Supported Dialects

Import Steps

Learn More