<font face="arial" size="2">I am interested in using Storm with PostgreSQL, including some atypical data types. Specifically, my PostgreSQL tables have POINT, BOX, and POINT[] (array of POINT) column types, and a few enumerated types.<br><br>I understand how to use Enum() for the enumerated types, if I wanted to remap the values. But how can I handle the other types? I have already successfully written psycopg2 adapters for these types.<br><br>I've done a cursory look, and it appears I need to add Point, PointVariable, etc. to properties.py and variables.py. Or is there some other way to do this neatly? Would POINT[] just get converted into a List()?<br><br>Thanks,<br>Dan<br></font>