Add psql
and pgcli
to ov
tooling
#4637
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
✨ goal: improvement
Improvement to an existing user-facing feature
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: mgmt
Related to repo management and automations
🐳 tech: docker
Involves Docker
💾 tech: postgres
Involves PostgreSQL
Description
We recently encountered a case where it would be useful to have
psql
andpgcli
available in theov
environment for interacting with the stack. It seems like the perfect candidate to add to the list of tooling available inov
!We'll need to touch the following places for this:
psql
utility andpipx
to the Docker imageopenverse/docker/dev_env/Dockerfile
Lines 49 to 58 in e6259b4
psql
(or the dependency involved) to the list of dependency explanationsopenverse/docker/dev_env/Dockerfile
Line 27 in e6259b4
pgcli
to the list ofpipx
dependencies:openverse/docker/dev_env/Dockerfile
Line 38 in e6259b4
openverse/documentation/general/general_setup.md
Lines 111 to 115 in 90f87b8
Additional context
Initially came up here: #4610 (review)
The text was updated successfully, but these errors were encountered: