columns TABLE prints an overview over the given TABLEs columns and their types
This pull request fixes issue #5.
It provides two new commands to query mode:
* `tables` lists all tables of the database
* `columns TABLE` prints an overview over the given TABLEs columns and their types
This pull request fixes issue #5.
It provides two new commands to query mode:
tables
lists all tables of the databasecolumns TABLE
prints an overview over the given TABLEs columns and their typesLooking good. The basic functionality is there. There is a type-o in line 148 however ;)
Typo is fixed now.