Hacker News new | ask | show | jobs
by kornish 3335 days ago
Out of interest, how is common ORM support for custom Postgres types?
1 comments

GeoAlchemy for PostGIS/SQLAlchemy is a good example of explicit support. But typically, you can always "deal" with custom types in your ORM, even if that means falling back to binary data.