dbcli-export-schema

Export stored procedures, functions, triggers, views, and indexes as SQL scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely export stored procedures, functions, triggers, views, and indexes as SQL scripts to back up and protect against accidental changes.

Core Features & Use Cases

  • Export all or by type: All objects or filter by type.
  • Pattern filtering: Name pattern filtering with -n.
  • Output options: Single file or directory of per-object files.

Quick Start

dbcli --config appsettings.json export-schema all -o backup_all.sql