Today I continued with the tutorial in sqlite3 and, farthest I got I think I'm done for the first part. I learned how to use
".width and the # of the size you want it example: .width 22,18" which is used to adjusts the size of the columns of the tables. then the ".show" command shows the command list settings for example:
sqlite> .show
echo: off
explain: off
headers: off
mode: list
nullvalue: ""
output: stdout
separator: "|"
width: 22, 18
then you can change the settings to off or on.
Is there anything you can do to make these colors more readable? I had to highlight this entry to be able to read it.
ReplyDeleteGlad to hear about your progress with SQLite. Kevin Cole and I are working on the textbook that we will use in the course next Summer. I'm hoping you and Henry will be the alpha testers for it.
Happy New Year!