
Commands:
    Command [cornflower_blue bold]show tables[/cornflower_blue bold] or [cornflower_blue bold]\dt[/cornflower_blue bold]: To show all tables in the database.
    Command [cornflower_blue bold]show columns {table}[/cornflower_blue bold] or [cornflower_blue bold]\d+[/cornflower_blue bold]: To show all columns in a table.

    Command [cornflower_blue bold]sql[/cornflower_blue bold]: Switch to SQL mode
    Command [cornflower_blue bold]prql[/cornflower_blue bold]: Switch to PRQL mode
    Command [cornflower_blue bold]<enter>[/cornflower_blue bold]: Hit enter twice to execute your query

    Command [cornflower_blue bold]examples[/cornflower_blue bold]: Displays sql-to-prql examples for reference

Editor:
      Key   [tan bold]tab[/tan bold] completes auto complete suggestions ( [white bold]from a list[/white bold] )
      Key   [tan bold]Alt+f[/tan bold] completes history ( [light_slate_gray]in grey[/light_slate_gray] )
      Key   [tan bold]Up and Down[/tan bold] navigates the history
      Key   [tan bold]Ctrl+a/Ctrl+e[/tan bold] home / end , ( emacs keybindings )
      Key   [tan bold]Ctrl+k[/tan bold] kill line forward from cursor
      Key   [tan bold]Ctrl+l[/tan bold] clear screen
      Key   [tan bold]Alt+backspace[/tan bold] backward kill word
