keithwhor / nodal

API Services Made Easy With Node.js
http://www.nodaljs.com/
MIT License
4.51k stars 209 forks source link

Support for inet model datatype #333

Open ginsuma opened 7 years ago

ginsuma commented 7 years ago

I need to work with IP Address, so how can I add it to model data type?

maxism commented 7 years ago

You should extend default nodal PostgreSQL adapter. As an example, you can look at https://github.com/keithwhor/nodal/pull/314.