/post05

Working with PostgreSQL DB in Go

Primary LanguageGoApache License 2.0Apache-2.0

post05

Working with PostgreSQL DB in Go

Create tables by running the next command:

$ psql -h localhost -p 5432 -U mtsouk master < create_tables.sql