# 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
# Big Love Sponsors
# A Love Sponsors
# 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.
- Vuex ORM Axios β The plugin to sync the store against a RESTful API with axios.
- Vuex ORM GraphQL β The plugin to sync the store against a GraphQL API.
- Vuex ORM Search β The plugin adds a search method to filter records using fuzzy search logic with Fuse.js.
- Vuex ORM Change Flags - The plugin adds IsDirty / IsNew flags to model entities.
You can find a list of awesome things related to Vuex ORM at Awesome Vuex ORM.