dbcli-export

Community

Safely back up table data before risky changes.

Authortteamtm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Before performing UPDATE/DELETE/DROP operations, you must have a reliable backup. This Skill exports table data to SQL INSERT scripts for portable backups.

Core Features & Use Cases

  • Table data export: Generate SQL INSERTs for a chosen table.
  • Timestamped backups: Easily attach timestamps to backups for traceability.
  • Cross-DB compatibility: Works across 30+ databases.

Quick Start

dbcli -c "Server=.;Database=mydb" export Users > Users_backup.sql

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: dbcli-export
Download link: https://github.com/tteamtm/dbcli/archive/main.zip#dbcli-export

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