A plugin for objection js to support soft delete functionallity
A plugin for objection js to support soft delete functionallity
A plugin for objection js that supports soft delete
Plugin for Objection.js to add softdelete functionality
An SQL-friendly ORM for Node.js
Prisma extension for soft deleting records
A plugin for objection js to support soft delete functionallity
Prisma middleware for soft deleting records
A loopback-next extension for soft delete feature.
Pierre theme for Shiki, VS Code, and more
Soft-delete plugin for @knorm/knorm
Objectionjs plugin to whitelist/blacklist model properties
Soft Asserts JSON, Array and other data
The declarative soft-delete solution for MikroORM.
Prisma extension for soft deleting records - Prisma 7 compatible fork
A filter module for objection.js
a mongoose plugin that allows you to soft delete documents and restore them (for JS & TS)
Paginated queries for Objection.js
db-errors plugin for objection.js
objection-unique
Objection module for NestJS
Addon for soft deletes AdonisJS Lucid ORM
Mongoose soft delete plugin
interpret abbreviated and informal timezone names
Prevent database records from being destroyed.
flag database records as deleted and hide them from subsequent queries
You would use this Paranoia gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hide" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.