mysql-batch-single-delete

Official

Effortlessly perform bulk single-table deletions in MySQL

AuthorPillArmy
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines the process of executing bulk single-table deletions in MySQL, saving you time and reducing manual errors.

Core Features & Use Cases

  • Batch Deletion: Automates the deletion of multiple records from a single MySQL table.
  • Customized Conditions: Supports various WHERE clause conditions to target specific records for deletion.
  • Execution Optimization: Allows setting hints for query optimization and partition specification.
  • Use Case: Ideal for scenarios where you need to delete old data based on certain criteria from a production database.

Quick Start

To delete records older than '2023-01-01' from the 'user_logs' table, run: mysql-batch-single-delete "user_logs" where "date" < "2023-01-01" delete

Dependency Matrix

Required Modules

army-jdbcarmy-postgre

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mysql-batch-single-delete
Download link: https://github.com/PillArmy/army/archive/main.zip#mysql-batch-single-delete

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.