pq - Pure Go Postgres driver for database/sql
pq is a pure Go postgres driver for Go's database/sql package. Its features include
- SSL
- Handles bad connections for
database/sql
- Scan
time.Time
correctly (i.e.timestamp[tz]
,time[tz]
,date
) - Scan binary blobs correctly (i.e.
bytea
) - Package for
hstore
support - COPY FROM support
- pq.ParseURL for converting urls to connection strings for sql.Open.
- Many libpq compatible environment variables
- Unix socket support
- Notifications:
LISTEN
/NOTIFY
- pgpass support
http://godoc.org/github.com/lib/pq
https://github.com/lib/pq
License:
Tech:
Tags: