{"id":63824,"library":"plugin-soft-delete","title":"GORM Soft Delete Plugin","description":"A GORM plugin that provides soft delete functionality for database records.","status":"active","version":"1.2.1","language":"go","source_language":null,"source_url":null,"tags":["gorm","soft-delete","database","orm"],"install":[{"cmd":"go get gorm.io/plugin/soft_delete","lang":"bash","label":"Install gorm.io/plugin/soft_delete"}],"dependencies":[],"imports":[{"symbol":"soft_delete","correct":"gorm.io/plugin/soft_delete"}],"quickstart":{"code":"package main\n\nimport (\n    \"gorm.io/gorm\"\n    \"gorm.io/plugin/soft_delete\"\n)\n\nfunc main() {\n    db, _ := gorm.Open(...)\n    db.Use(soft_delete.Plugin{})\n}","lang":"go","description":"Enable soft delete in GORM."},"warnings":[],"env_vars":null,"search_vec":"'databas':14,20 'delet':3,11,19 'function':12 'gorm':1,6,16 'orm':21 'plugin':4,7 'provid':9 'record':15 'soft':2,10,18 'soft-delet':17","created_at":"2026-06-17T16:48:23.811084+00:00","updated_at":"2026-06-17T16:48:23.811084+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-gorm/soft_delete","github":null,"docs":"https://pkg.go.dev/gorm.io/plugin/soft_delete#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["orm","database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}