My sample projects with Go and PostgreSQL.
Driver: pq - A pure Go postgres driver for Go's database/sql package.
ORM: gorp - Go Relational Persistence.
- pqCRUD - create, read, update, and delete with pq.
- gorpCRUD - ORM-ish create, read, update, and delete.
- gorpJoin - implement ORM-ish join.