pscale shell now supports Postgres databases
The pscale shell
command now works with Postgres databases! Postgres connections use psql
to connect directly to your database with no local proxy required.
New features include:
--replica
flag to connect to read-only replicas--role
flag supportingreader
,writer
,readwriter
, andadmin
roles- Direct connection to port
:5432
for optimal performance (bypassing the pooler)
This enhancement makes it even easier to interact with your Postgres databases directly from the command line.
Read more in our CLI documentation.