mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 05:08:32 +00:00
5 lines
183 B
Bash
Executable File
5 lines
183 B
Bash
Executable File
#psql -h localhost -U postgres -d postgres
|
|
#psql -h localhost -U crc_user -d crc_test
|
|
#psql -h localhost -U crc_user -d crc_dev
|
|
docker exec -it postgres_db_1 psql -U crc_user crc_dev
|