-
Notifications
You must be signed in to change notification settings - Fork 5
Database
Moritz Wolf edited this page Feb 2, 2022
·
3 revisions
The Data Console in the GUI handles data upload and exporting annotations. We can also view the data and annotations and download them directly from the Data Console.
If you want to manipulate the database directly with SQL commands, it can be found at ./instance/database.sqlite . We also have some pre-defined command line functions that can take care of some basic actions:
flask init-db
flask add-admin
flask save-db
the output can then be found in ./output/
flask remove-annotation-data -dataid <data id>
remove-annotation -id <annotation id>