: Create a new database
: Open an existing database located in %VSTASKER_DIR%/data/db preferably. This is working directory. A database file ends with .db
: List the last opened databases
: Save the current database. The previous version is renamed database-name.bakX where X is a sequential number.
: Rename and save the database under another name. Creates the corresponding directory.
: Delete the database on the disk, including the directory, then wipes out the database from the memory. Cannot undo!
: Revert to the currently saved database. Useful to forget last changes.
: Close the database and free the memory.
: Save the current repository.
: Rename and save the repository under another name.
: Close and terminate the program. If database has not been saved, will be asked for save before closing.