Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 398 Bytes

saward/pq

Postgresql helper code for golang.

Money

Use this to handle the money type on postgresql. I cannot guarantee that there will be no errors in calculations, though I have tried to include a few test cases.

Install

go get github.com/saward/pq/money

Docs

For detailed documentation, please see the package documentation at http://godoc.org/github.com/saward/pq/money.