We're looking for a good persistence framework for Ruby. We have tried
Active Record, Vapor (too "bloat" for us; not in the bad sense),
Lafcadio, SDS Library, ... and they're right... but they didn't fit
our needs. Active Record seems to be fine, but have some drawbacks.
So, anybody knows about another good persistence framework for Ruby?
We're looking for a good persistence framework for Ruby. We have tried
Active Record, Vapor (too "bloat" for us; not in the bad sense),
Lafcadio, SDS Library, ... and they're right... but they didn't fit
our needs. Active Record seems to be fine, but have some drawbacks.
Which drawbacks? What are your needs?
So, anybody knows about another good persistence framework for Ruby?
There's another new one: ndb of the nitro framework:
So, anybody knows about another good persistence framework for Ruby?
Check out the 'Og' persistence framework included in Nitro. http://www.navel.gr/nitro\.
More specifically have a look at the Og example:
examples/og/... in the distribution.
A new considerably improved version of Nitro/Og will be released
next week.
We're looking for a good persistence framework for Ruby. We have tried
Active Record, Vapor (too "bloat" for us; not in the bad sense),
Lafcadio, SDS Library, ... and they're right... but they didn't fit
our needs. Active Record seems to be fine, but have some drawbacks.
Which drawbacks? What are your needs?
So, anybody knows about another good persistence framework for Ruby?
There's another new one: ndb of the nitro framework:
Thank you for all your anwsers. Now I'll try some of them. Oh, also I
hope that soon we can send to Active Record developers the issues that
are drawbacks for us (feedback).