You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
The tool must be able to read a DB file and provide the details available via the file in a human friendly format.
The CLI is interactive for some commands which enables the CLI to be stateful. Find in depth explanation with specific commands that support this.
The commands that are supported will be in the scope of the data available in the DB file and the supporting engine implementation and will be explained in further requirements.
Auto-completion - auto completion for table names on Tab (or as supported by the CLI library).
Command - Help: Gives a basic explanation on how to use the CLI and on specific commands too.
Command - Overview: Gives a basic idea of the entire file; data on how much space is used, how many tables exist etc - detail in ticket.
Command - page: Usage - page numberOfPage. Gives cell level data on the page, detail in ticket.
Command - table: Usage - table TableName. Display table data as provided by engine.
Requirements are to be added as notes to the To do column of the Inspector project (https://github.com/xqueries/xdb/projects/4).
The text was updated successfully, but these errors were encountered: