From: Donal K. F. <don...@ma...> - 2010-05-18 09:06:05
|
On 18/05/2010 07:31, Kristoffer Lawson wrote: > Sounds cool. You may want to have a look at 'Storm', which I just > released yesterday, and built on XOTcl. The idea is to have virtually > transparent queryable object storage. Ie. object loading and storing > is done automatically, as needed. While the version I put up is very > early, and does not do a lot of things optimally, it still might be > useful to just take a look at. Oh and it also does not even try to > look like an RDBMS (the object-relational mismatch is often a source > for headaches, especially with small projects). So not really what you > are trying to do, but it does work for what it is. That's taking the opposite approach to me (ORM is my baby). Storm seems to be an object-first model, whereas ORM is a database-first model; I want to be able to just point it at a database connection and have it generate all the classes and methods for me. (Neither is superior to the other; they're different problem-spaces that both happen to involve coupling objects and databases.) I don't claim that my code works yet. Need to get a build of 8.6 with DB drivers (which isn't my normal deployment) before I can test... Donal. |