Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 193 Bytes

README-pg.md

File metadata and controls

5 lines (3 loc) · 193 Bytes
  • docker pull postgres

  • docker run -d --name anyvar-pg -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres

  • cat src/anyvar/storage/postgres_init.sql | psql -h localhost -U postgres -p 5432