Prefix database access commands with db #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The markitect commands query and schema should be renamed to db-query and db-schema to be consistent with db-data.
Provide also:
db-delete to remove the database, let the user confimed this before actually deleting the db
db-stats should provide important database statistics, may be delegate this to a sqlite command if there is a respective one
Let's also have calling "markitect --database" without an argument report the PATH used, No this is a bad idea, we get this info from stats
And the same with "markitect --config". Without an arg the PATH to the config should be returned., No this is a bad idea, we get this info from stats