{"library":"pgcli","title":"pgcli: PostgreSQL Command-Line Interface","description":"pgcli is a Python package that serves as an interactive command-line interface for the PostgreSQL database server. It enhances the standard PostgreSQL experience with features like auto-completion, syntax highlighting, smart-completion, and extensive support for psql-like back-slash commands. The project is actively maintained with a consistent release cadence, with version 4.4.0 being the current stable release.","language":"python","status":"active","last_verified":"Tue Apr 14","install":{"commands":["pip install pgcli"],"cli":{"name":"pgcli","version":"Traceback (most recent call last):"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"pgcli -h localhost -p 5432 -U $(whoami) -d my_database","lang":"bash","description":"Connect to a local PostgreSQL database named 'my_database' using the current system username. You will be prompted for a password if required. Alternatively, use a connection URL: `pgcli postgresql://user:password@host:port/dbname`.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}