Connect to PostgreSQL database
List all databases
List tables in current database
Show table structure
\d table_name
Describe users table
\d users
Create a new PostgreSQL table
Delete a PostgreSQL table
Show all tables in the current database