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:
--replicaflag to connect to read-only replicas--roleflag supportingreader,writer,readwriter, andadminroles- Direct connection to port
:5432for 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.