On Wed, 18 Nov 2009 11:05:33 -0800 (PST) Peter Karman <
pek...@gmail.com> wrote:
PK> So I wouldn't recommend trying to retrofit non-SQL DB support into the
PK> RDBO infrastructure, but I *can* recommend Rose::Object as a good OO
PK> framework (the other being Moose) and RDBO as a good design pattern
PK> for implementing a non-SQL ORM.
I don't think RDBO is a good fit for what I proposed, which is not an
ORM at all. For example, the databases I listed allow you to add and
delete columns at will, while RDBO has a very static view of what
columns are available.
I'm not sure if Rose::Object would work. Moose annoys me, it's
extremely slow with large data sets and requires half of CPAN.
Something JSON-like in the way it loads and stores data would be most
appropriate, I think.
I'll investigate this further and report back, thanks to everyone for
the suggestions.
Ted