bigint is a wrapper around math/big package to let us use big.int type in postgresql
In order to use big.Int structure into postgres database, one may thinks this is not straightforward and even painful. In this package, we are going to solve it.
This package is listed under pgcontrib. Please check it out there.