1st Pass
Status
The existent documentation just suggested the creation of an example database:
evo db create --app=schevo.example.todo todo.db evo nav todo.db
Solution with existent Code
Provided a manual creation of a schema/database
create an directory C:/data/schevo/eval copy contents of schevo.examples.todo to C:/data/schevo/eval Edit /schema/schema_001.py and deleted all classes cd eval => change into this directory Add classes to schema_001.py evo db create --app=C:/data/schevo/eval eval.db evo nav eval.db
Solution with changed Code
After solving some of the definend coding tasks, this was simplified to:
evo db schema eval => creates directory "eval" which contains "schema" cd eval => change into this directory Add classes to schema_001.py evo db evolve => creates "eval.evo" database according to "schema" evo nav => opens "eval.evo" within the navigator