Hacker News new | ask | show | jobs
by headius 3985 days ago
In general everything ActiveRecord does should be supported by JDBC. The pg port is for cases where you need features the JDBC driver does not support but the C driver does, like geocoding etc.