Database creation support required

This tool is great. Very easy and simple syntax for tables, indexes and references. However, what I feel lacking is the non availability of Database creation support.

For example, I tried importing a schema file from pgAdmin4 tool, but it fails to parse during schema upload at a line that says ‘create database dbname’

I think, in case of Mysql import, the create database statement is silently ignored, but for postgresql, it gives syntax error. It would be useful, if this error was ignored even for postgresql import as well.