RFE: ORM for mozstorage

Is anyone working on an object-relational-mapping for js and mozstorage? Say, something like sqlachemy does? Using JS1.7 iterators and generators, that should be totally feasible. That is, for someone that knows SQL, which is not me.

Thus RFE, any volunteers or takers out there?

The Conversation {4 comments}

  1. Rich Dougherty {Tuesday August 21, 2007 @ 7:31 pm}

    I’ll take a look…

    Rich

  2. Axel Hecht {Tuesday August 21, 2007 @ 10:57 pm}

    Cool. If you have issues with the js part of it, I can add some hints and experience on generators and iterators.

  3. Matthew Gertner {Wednesday August 22, 2007 @ 12:26 am}

    We have an object -> mozStorage mapping layer, though it’s based on RELAX NG schemas and our own resources, not JavaScript objects. Might be relatively easy to adapt for use with JS rather than writing a whole new layer, however.

  4. Axel Hecht {Monday September 3, 2007 @ 3:44 am}

Sorry, comments for this entry are closed at this time.