Trying to communicate with a postgres database with go, preparing the statement like this:
var stmt *sql.Stmt var err error stmt, err = db.Prepare(selectStateme
To establish a connection without SSL, try
postgres://username:password@host:5432/database?sslmode=disable