Y
Hacker News
new
|
ask
|
show
|
jobs
by
fny
3984 days ago
As far as I'm aware, the port of pg 0.17.1 is alive and well:
https://github.com/headius/jruby-pg
1 comments
ghufran_syed
3984 days ago
Is there any guidance out there about when to use activerecord-jdbc-adapter vs this gem (for postgres)?
link
headius
3984 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