mysql-batch-single-update
OfficialEffortlessly perform batch updates on MySQL tables with Army framework.
AuthorPillArmy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the need for automating batch updates on MySQL tables, providing a streamlined process with Army framework's batchSingleUpdate() method.
Core Features & Use Cases
- Batch Updates: Execute multiple updates on a MySQL table with a single method call.
- Method Chaining: Utilize method chaining for flexible construction of update queries.
- Use Case: Ideal for updating a large number of rows in a MySQL table based on specific criteria, reducing manual work and increasing efficiency.
Quick Start
To update all 'status' fields to 'ACTIVE' for users with ID less than 100, use the mysql-batch-single-update skill and run the following command: update users set status = 'ACTIVE' where id < 100.
Dependency Matrix
Required Modules
army-jdbcarmy-postgre
Components
scriptsreferences
💻 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-update Download link: https://github.com/PillArmy/army/archive/main.zip#mysql-batch-single-update Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.