Y
Hacker News
new
|
ask
|
show
|
jobs
by
ghufran_syed
3979 days ago
Is there any guidance out there about when to use activerecord-jdbc-adapter vs this gem (for postgres)?
1 comments
headius
3979 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.
link