Persistence framework

Hi all,

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?

Thank you all!

Hi all,

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:

http://raa.ruby-lang.org/project/ndb/
http://www.navel.gr/nitro

And of course: Tapkit (which is like SDS)

http://raa.ruby-lang.org/project/tapkit/

Regards,

  Michael

···

On Thu, Nov 11, 2004 at 05:31:48AM +0900, Imobach Gonzlez Sosa wrote:

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.

-g.

···

--
www.navel.gr | tel: +30 2106898050 | fax: +30 2106898437

web appliction engine: http://www.navel.gr/nitro
have fun: http://www.joy.gr

Michael Neumann ha scritto:

Hi all,

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:

http://raa.ruby-lang.org/project/ndb/ http://www.navel.gr/nitro

now you should look for 'Og' wich is ndb.succ :slight_smile:

And of course: Tapkit (which is like SDS)

http://raa.ruby-lang.org/project/tapkit/

also, kansas: http://raa.ruby-lang.org/project/kansas/

And, btw, if you don't need a RDBMS you can always consider madeleine :slight_smile:

···

On Thu, Nov 11, 2004 at 05:31:48AM +0900, Imobach Gonzlez Sosa wrote:

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).

Thank you!