Are there any plans to support IPNetwork mappings by default? Seems like there would be some compatibility with the PostgreSQL inet and cidr types.
| PostgreSQL type |
Default .NET types |
Non-default .NET types |
NpgsqlDbType |
DbType |
| cidr |
IPNetwork |
ValueTuple<IPAddress, int>, IPAddress |
Cidr |
|
| inet |
IPNetwork |
ValueTuple<IPAddress, int>, IPAddress |
Inet |
|
https://www.npgsql.org/doc/types/basic.html
Are there any plans to support
IPNetworkmappings by default? Seems like there would be some compatibility with the PostgreSQLinetandcidrtypes.https://www.npgsql.org/doc/types/basic.html