back

by mark_l_watson·16y ago·view on hn ↗
Neat - I just tried it. I am fairly much "in like" with both activerecord and datamapper, but Friendly is cool. I wonder how much work it would take to support PostgreSQL.

Friendly looks especially good in MySQL shops - otherwise I would suggest taking a good look at MongoDB (or Redis, CouchDB, Cassandra, etc.)

1 comments
It already works with Postgres. Just set :adapter => "postgres" when you call Friendly.configure.
Cool, thanks for the tip.