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

Feature: Add Delete Methods to Results #17

Closed alanjames1987 closed 9 years ago

alanjames1987 commented 9 years ago

All results have a save method for creating or updating an instance.

All results should also have a delete and deleteSilent method for deleting the individual instance.

alanjames1987 commented 9 years ago

Added in v0.15.0.