I think that if I was doing something that makes extensive use of a database then I'd be looking to use Ruby with ActiveRecord.
Our (Rails-based) system is backed by around 400 database tables, and I dread to think how we'd cope without ActiveRecord associations to join them and scopes to make selecting and inserting data more DRY.
We're a place where coders share, stay up-to-date and grow their careers.
I think that if I was doing something that makes extensive use of a database then I'd be looking to use Ruby with ActiveRecord.
Our (Rails-based) system is backed by around 400 database tables, and I dread to think how we'd cope without ActiveRecord associations to join them and scopes to make selecting and inserting data more DRY.