/bigint

bigint is a wrapper around math/big package to let us use big.int type in postgresql

Primary LanguageGoGNU General Public License v3.0GPL-3.0

bigint

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.

Package moved

This package is listed under pgcontrib. Please check it out there.