SQLEditor Icon

Importing from a SQL File

SQLEditor contains a fairly complete SQL parser that can read in text representations of SQL Databases. Typically you can create these using a database dump utility.

  1. Choose FileImport From File...
  2. Select the file you want to import
  3. Click Import

A new document will appear containing all of the objects that SQLEditor was able to read in the file.

If SQLEditor had difficulties reading the file then the Status Panel will appear with details of the errors.

See also The Status Panel