acme (email not shown publicly)
http://www.astray.com/
Leon Brocard (aka acme) is an orange-loving Perl eurohacker with many varied contributions to the Perl community, including the GraphViz module on the CPAN. YAPC::Europe was all his fault. He is still looking for a Perl Monger group he can start which begins with the letter 'D'.
many kinds of POOP (Score:2)
Lumping Alazbo in with SPOPS and Tangram is highly misleading. Methinks you haven't actually looked at what it does.
You say '"Almost, but not quite" e.g. schemas change'
Duh!
Alzabo is a _data modelling_ tool as well. If your schema needs to change you can use the data modelling tool to change it. Simple, easy, quick.
And then you can ask it to generate the SQL needed to update your RDBMS with the ne
Re:many kinds of POOP (Score:2)
Oh, sorry, the slides didn't make it quite clear. In the actual talk I did say that Alzabo handles schema changes and generally gets closer to what we want it to do.
I'm afraid Alzabo still doesn't hit my personal sweet spot, so it stays there ;-)
[about tangram being an oodb] No it's not. It just pretends to be. Something like Pixie, say is a proper object database. Unfortunately, object databases tend to be slow. Oh well.
Re:many kinds of POOP (Score:2)
If you only ever need to look things up by OID, and you _already_ know the OID of the object(s) you want, Pixie fits the bill. But that's a _very_ narrow way to get at data.
This hardly sounds like a "database" to me, since it has no facilities for querying whatsoever.
A real OODBMS (for some values of "real") would simply allow you to call object/class methods and would transparently persist objects. A