til
til copied to clipboard
Connect PostgreSQL via socket
Sometimes, you want to connect via URI postgres
user, same with switching to postgres
user from the command line
postgres:///<db_name>?host=/var/run/postgresql/&sslmode=disable&port=5433
postgresql:///<db_name>?host=/var/run/postgresql/&sslmode=disable&port=5433