added url connection example

pull/999/head
alex 2021-04-13 22:23:34 +03:00 committed by Jack Christensen
parent 3ab8941921
commit e722ca608c
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ import (
)
func main() {
// urlExample := "postgres://username:password@localhost:5432/database_name"
conn, err := pgx.Connect(context.Background(), os.Getenv("DATABASE_URL"))
if err != nil {
fmt.Fprintf(os.Stderr, "Unable to connect to database: %v\n", err)