{"id":857,"date":"2026-02-05T21:23:50","date_gmt":"2026-02-06T01:23:50","guid":{"rendered":"http:\/\/stephendavies.org\/cpsc350\/?p=857"},"modified":"2026-02-05T21:27:43","modified_gmt":"2026-02-06T01:27:43","slug":"mode-table","status":"publish","type":"post","link":"http:\/\/stephendavies.org\/cpsc350\/?p=857","title":{"rendered":".mode table"},"content":{"rendered":"<p>If you&#8217;d like your SQLite terminal to show tables in the &#8220;prettier&#8221; format I demo&#8217;d in class yesterday, type this command before running your <tt>select * from tablename<\/tt> command:<\/p>\n<pre>\r\nsqlite&gt; .mode table\r\n<\/pre>\n<p>If you like the way this displays, and want it to permanently be that way for you, create a file in your home directory called literally <tt>.sqliterc<\/tt> and put this line in it:<\/p>\n<pre style=\"border:1px solid black\">\r\n.mode table\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;d like your SQLite terminal to show tables in the &#8220;prettier&#8221; format I demo&#8217;d in class yesterday, type this command before running your select * from tablename command: sqlite&gt; .mode table If you like the way this displays, and want it to permanently be that way for you, create a file in your home [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[1],"tags":[],"class_list":["post-857","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=\/wp\/v2\/posts\/857","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=857"}],"version-history":[{"count":3,"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=\/wp\/v2\/posts\/857\/revisions"}],"predecessor-version":[{"id":860,"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=\/wp\/v2\/posts\/857\/revisions\/860"}],"wp:attachment":[{"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=857"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/stephendavies.org\/cpsc350\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}