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.
A database file currently is not readable.
To manually inspect the contents of such a file, we want to have a tool to use, which displays information about the file.
We want this tool to be usable as a sub-command of the xdb command, such as xdb debug.
The developer should figure out, which properties are most important. He should also figure out, which sub-commands to the debug command would make sense to have.
As an example, here are some example commands and outputs.
$ xdb debug tables file.db
Summary of tables in file.db
Tables: 1
Summary of 'myTable'
Schema:
CREATE TABLE myTable (
id CHAR,
created DATE
)
Records: 1
and many more.
The text was updated successfully, but these errors were encountered:
A database file currently is not readable.
To manually inspect the contents of such a file, we want to have a tool to use, which displays information about the file.
We want this tool to be usable as a sub-command of the
xdb
command, such asxdb debug
.The developer should figure out, which properties are most important. He should also figure out, which sub-commands to the debug command would make sense to have.
As an example, here are some example commands and outputs.
and many more.
The text was updated successfully, but these errors were encountered: