The current implementation of the db create command needs a schema and a db name:
evo db create --app=schevo.example.eval eval.db
the command should use the current directory as a default schema source.
reverted implementation r1917
implemented with r1913
the current directory is used by default.
--app or --schema are now optionally.