# Vuex ORM Soft Delete

Vuex ORM Soft Delete plugin adds soft delete capabilities on model entities.

The plugin allows models to be soft deleted or "trashed" without actually removing them from the entity data set. Subsequently, when executing queries, the soft deleted models will be excluded from results. Using special query modifiers, queries can be instructed to inclusively or exclusively retrieve soft deletes.

# Sponsors

Vuex ORM is sponsored by awesome folks. Big love to all of them from the whole Vuex ORM community πŸ’•

# Super Love Sponsors


Peter TΓ³th Mario Kolli Cannikan Andy Koch Dylan Copeland

# Big Love Sponsors


geraldbiggs Cue Kazuya Kawaguchi jShaf

# A Love Sponsors


George Chaduneli bpuig John mean-cj

# Table of Contents

# Questions & Discussions

Join us on our Slack Channel for any questions and discussions.

Although there is the Slack Channel, do not hesitate to open an issue for any question you might have. We're always more than happy to hear any feedback, and we don't care what kind of form they are.

# Plugins

Vuex ORM can be extended via plugins to add additional features. Here is a list of available plugins.

You can find a list of awesome things related to Vuex ORM at Awesome Vuex ORM.