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.
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