JDElite Data Modeler imports an SQL schema file from disk by parsing it to an ERD graphical model and displaying it on the screen. The model is stored in JSON format to disk and reopened for editing. The graphical ERD can be exported from the screen to a schema by generating the SQL schema script from the graphical model and storing it on disk.

Import from SQL schema

The ERD of the schema will be generated and displayed in the editor as shown here:


Export to SQL schema

The .sql script will be stored in the selected location:


NOTE: You can re-import the newly created schema script. You can expect to see again the same ERD that you just did export.