geddy / model

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

Rest-Adapter #183

Open der-On opened 10 years ago

der-On commented 10 years ago

will use https://github.com/der-On/rest-js

mde commented 10 years ago

Awesome!

der-On commented 10 years ago

Code is already almost there but not OS yet and without tests. I think I will soon have some time to push it forward and into model.

ben-ng commented 10 years ago

Ooh, will i be able to use this to make a couchdb adapter?

der-On commented 10 years ago

Sure.

der-On commented 10 years ago

It's in the rest-adapter branch and tests are fully integrated. Needs merge now.

mde commented 10 years ago

Are there docs for this?

der-On commented 10 years ago

Um. Okay. got me. I'll investigate on this asap and make docs. Hopefully I'll get some time this week.

mde commented 10 years ago

They don't have to be extensive, but it seems like it's different enough that it could use a bit of doc before we land it.

der-On commented 9 years ago

Code is merged. I've added some docs already on how to install it. I'll add some more on how to use it. Actually It will be a link out to the underlying rest-js docs.