geddy / model

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

Azure table storage adapter #190

Open sugendran opened 10 years ago

sugendran commented 10 years ago

I've gotten pretty far with the azure table storage adapter. The one thing i'm running into is that when the test suite does model.first({id: x}) the comparisons object only has the field name without a value. So the tests fail on that.

Here is my commit adding the adapter. https://github.com/sugendran/model/commit/dd65ef9efa910e000052aedac2dc9fe0a297e5e6

sugendran commented 10 years ago

PS: didn't want to make a pull request since the tests aren't all passing.