alanjames1987 / marilyn

Marilyn is a client side, Socket.IO driven, Pub/Sub, model layer with a query system similar to Mongoose.
MIT License
114 stars 3 forks source link

Organization: Remove Underscore Dependency #28

Closed alanjames1987 closed 9 years ago

alanjames1987 commented 9 years ago

Underscore is needed to make the CRUD methods work. To add #7 (Persistence Storage) the dependency on Underscore should be removed and a better query system should be created.

alanjames1987 commented 9 years ago

I won't be removing underscore as I want to use it for processes other than CRUD.