Database Query CLI Interface #14
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?
UseCase: The user can query the SQLite database directly through CLI for metadata operations and analysis.
Commands to implement:
markitect query <sql>- Execute SQL query against databasemarkitect schema- Show database schema and table structuremarkitect metadata <file>- Display file metadata and front matterTechnical Requirements:
Acceptance Criteria:
Core USP: "Relational Document Metadata" - Make database queryable
Dependencies: Issue #12 (CLI Entry Point)
Priority: High