Prefix database access commands with db #39

Closed
opened 2025-09-29 19:11:36 +00:00 by tegwick · 0 comments
Owner

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

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
tegwick added this to the Usability project 2025-09-29 19:11:36 +00:00
Sign in to join this conversation.