PostgresSQL Helper Command
List of command that might be useful
CommandDescription
\conninfoDisplays information about the current database connection.
\l or \listLists all databases in the PostgreSQL server.
\c [database_name]Connects to another database.
\dtLists a...
builds.rishabhrahul.com1 min read