Ayush
08/17/2022, 10:31 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
docker compose up then
$ docker exec -it pact-broker-docker-postgres-1 psql -U postgres
psql (14.3 (Debian 14.3-1.pgdg110+1))
Type "help" for help.
postgres=# select * from pacticipants;
id | name | repository_url | created_at | updated_at | display_name | repositor
y_name | repository_namespace | main_development_branches | main_branch
----+-------------+-----------------------------------------------------+----------------------------+----------------------------+--------------+----------
-------+----------------------+---------------------------+-------------
1 | Example App | <https://github.com/example-organization/Example> App | 2022-08-01 23:16:42.900855 | 2022-08-17 23:16:42.960083 | Example App |
| | | main
2 | Example API | <https://github.com/example-organization/Example> API | 2022-08-01 23:16:42.907195 | 2022-08-17 23:16:43.124324 | Example API |
| | | main
(2 rows)Ayush
08/19/2022, 8:44 AM