For the complete documentation index, see llms.txt. This page is also available as Markdown.

Postgresl

Login to a remote Postgresl Database

psql -h 10.10.10.10 -U postgres

Default creds: 
postgresl:postgresl

\list : Shows you a list of databases. 

Last updated