This repository was archived by the owner on Mar 6, 2021. It is now read-only.

Description
It would be helpful to add support for BigInteger fields in the ORM, for snowflakes and similar ID schemes. Currently, I am unable to use snowflakes with ormantic as snowflakes require a 64 bit integer fireld and ormantic currently only provides a 32-bit integer field, ormantic.Integer
.