d-fal / bigint

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Go 100.0%