On 2/25/11 3:25 PM, Jason Thomas wrote: > My experience would be to recommend AR first. Especially if you're > going to try to use testing tools like Cucumber and such. They are all > geared toward AR first, then maybe DataMapper or Mongo. Sequel require > you to do some message board posting/searching (which Jeremy > diligently responds to) but ultimately everything can work if you're > willing to put in a little more effort. I have a legacy DB with custom > SQL that I found a lot easier to implement in Sequel. I like the > ability to create SQL queries using the nice Sequel API and then tack > on my own custom stuff. That is a lot harder to do in AR.
Also, once you've used Sequel, it's extremely frustrating to try to use AR for anything other than a simple objectstore. -- Michael Granger <[email protected]> http://deveiate.org/ -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
