From: Kristoffer L. <se...@fi...> - 2010-05-18 06:31:55
|
On 17 May 2010, at 18:38, Kenny, Kevin B (GE, Research) wrote: > Donal Fellows has been experimenting with an extremely > simple object-relational mapping engine for TclOO and TDBC, which he's > begun to discuss at http://wiki.tcl.tk/26254. In a conversation on the > Tcl'ers Chat, he and I have discussed characteristics of TDBC's > introspection of the database - or rather, its lack thereof - that get > in the way. The purpose of this message is to open up discussion of > how best to add the needed functionality to TDBC. 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. http://github.com/Setok/Storm -- Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/ |