test=# INSERT INTO posts (title, tags) VALUES test-# ('Using PostgreSQL Arrays with Golang', '{"postgres","golang"}'); INSERT 0 1. Postgres will cast the string to the column type, letting you omit the explicit cast. Using Go. The standard Postgres database/sql driver for Go is lib/pq. (There are others, like pgx and go-pg, which we don’t ...