(no title)
georgyo | 1 year ago
Today I use CLIs like usql to interact with MySQL and SQLite so I can continue to use those commands.
At first glance they may be less obvious, but they are significantly more discoverable. \? Just shows you all of them. In MySQL it always feels like I need to Google it.
stephenr|1 year ago
In MySQL either `?` or `help` or `\?` will show you the help...