Skip to content

Commit

Permalink
tests: add dummy helpers databases for demo
Browse files Browse the repository at this point in the history
Signed-off-by: Harshal Chaudhari <[email protected]>
  • Loading branch information
harshalchaudhari35 committed Mar 27, 2023
1 parent b654929 commit 782a950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pg_docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker run -d -p 127.0.0.1:5432:5432 --name pg-ds-latest aa8y/postgres-dataset:latest

# access db
# docker exec -it pg-ds-<tag> psql -d <db_name>
docker exec -it pg-ds-latest psql -d dellstore
Binary file added yapyfuzz/fuzzy.db
Binary file not shown.

0 comments on commit 782a950

Please sign in to comment.