Postgres uses commands starting with a \ char, but these don't seem to execute in xues-sql. e.g., ``` \list ``` which should show all databases the user can see on the server, but it gives this error: ``` Error: Cannot execute query. Fatal error. ERROR: syntax error at or near "\" LINE 1: \list ^ while executing "\list". ``` Same for the commonly used \d and \dt.