Skip to content

julieta-311/pgx-sandbox

Repository files navigation

pgx-sandbox

Playing around with pgx v5 and squirrel, nothing too interesting to see.

Requirements:

  • Install docker if not yet installed. For example in Arch distros do
sudo pacman -Sy docker
systemctl enable docker
sudo usermod -aG docker $USER
sudo reboot

How to run:

  • Start Postgres instance for testing:
./start_db.sh

Note that running docker stop sandbox or ./stop_and_rm_db.sh will delete de instance along with any test data that was added.

  • How to run the test:
POSTGRES_URL=postgres://postgres@localhost:5432/pgxsandbox go test .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published