This is an example project that shows the basics of working with the PostgresSQL database in golang. Go provides an abstract datalayer using the database/sql standard library.
Prerequisites
Local Postgres instance
Valid Golang installation
Getting started
First you need to install the Postgres Go drivers.