geddy / model

Datastore-agnostic ORM in JavaScript
265 stars 55 forks source link

Adding Level adapter support for Sublevel and Multilevel #224

Closed mshick closed 10 years ago

mshick commented 10 years ago

I needed support for both these for a current project. Fairly straightforward implementation using Net.connect().

Summary of changes:

mde commented 10 years ago

Adapter adapters, this is great! Excellent work, thanks for implementing this. I'm going to get the tests passing then merge this.

mshick commented 10 years ago

Thanks! Adapter adapters sounds scary to me, but hopefully this is a special case...

mde commented 10 years ago

Exactly -- "adapters all the way down" doesn't sound optimal. The tests were breaking due to a recent Jake update. Should be merged shortly. :)