encode / orm

An async ORM. 🗃
https://www.encode.io/orm
BSD 3-Clause "New" or "Revised" License
1.78k stars 98 forks source link

Add IPAddress Field #124

Closed aminalaee closed 3 years ago

aminalaee commented 3 years ago

Introduces a custom GenericIP field which is INET in PostgreSQL and CHAR(45) for MySQL and SQLite. Returned result will be ipaddress.IPV4Address or ipaddress.IPV6Address.

Closes #122