I'm using PostgreSQL to store IP address information and would like to be able to use these types with `database/sql`. Would you be open to implementing the [`Scanner`](https://pkg.go.dev/database/sql#Scanner) and [`Valuer`](https://pkg.go.dev/database/sql/driver#Valuer) interfaces for `IP` and `IPPrefix` types? Alternatively, would you be open to PR which did this?
I'm using PostgreSQL to store IP address information and would like to be able to use these types with
database/sql.Would you be open to implementing the
ScannerandValuerinterfaces forIPandIPPrefixtypes? Alternatively, would you be open to PR which did this?