dbcli-exec

Executes DML commands with automatic backup and rollback support.

8|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/tteamtm/dbcli --skill dbcli-exec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dbcli-exec
Source: https://github.com/tteamtm/dbcli/tree/main/skills/dbcli-exec
Command: npx skills add https://github.com/tteamtm/dbcli --skill dbcli-exec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely perform INSERT/UPDATE/DELETE with mandatory backups, ensuring you can recover quickly from mistakes.

Core Features & Use Cases

  • DML execution with backup: Create a backup before destructive changes.
  • Batch operations: Support multi-row inserts and updates.
  • Rollback options: Restore from backup if needed.

Quick Start

dbcli -c "Data Source=app.db" exec "UPDATE Users SET Active = 0 WHERE LastLogin < date('now','-30 days')"