Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dbcli

dbcli 收录了来自 tteamtm 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
8
更新
2026-01-10
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dbcli-compare
软件开发工程师

Compare results of two SQL queries to verify if they produce identical data. Checks structure, record count, and data content using MINUS/EXCEPT operations. Use when user needs to validate query equivalence, compare view logic, verify refactoring, or check data consistency.

2026-01-10
dbcli-db-ddl
数据库管理员

Execute DDL (Data Definition Language) statements - CREATE, ALTER, DROP tables, indexes, views on 30+ databases using DbCli. CRITICAL - requires mandatory backup before DROP/ALTER operations. Use when user needs to create schema, modify structure, or drop database objects.

2026-01-10
dbcli-exec
数据库管理员

Execute INSERT, UPDATE, DELETE statements on 30+ databases using DbCli. Includes mandatory backup procedures before destructive operations. Use when user needs to modify data, insert records, update fields, or delete rows. Always create backups first.

2026-01-10
dbcli-export-schema
数据库架构师

Export database schema objects (procedures, functions, triggers, views, indexes) as SQL scripts for backup

2026-01-10
dbcli-export
数据库管理员

Export table data as SQL INSERT statements from 30+ databases using DbCli. Essential for creating backups before dangerous modifications (UPDATE/DELETE/DROP). Use when user needs to backup data, migrate tables, or create portable SQL dumps.

2026-01-10
dbcli-index
数据库架构师

Manage database indexes (CREATE/DROP INDEX operations)

2026-01-10
dbcli-interactive
数据库管理员

Interactive SQL mode for 30+ databases using DbCli. Provides REPL environment for exploratory queries, rapid prototyping, and database administration. Includes safety prompts before dangerous operations (UPDATE/DELETE/DROP). Use when user wants interactive database session.

2026-01-10
dbcli-procedure
数据库管理员

Manage stored procedures, functions, and triggers (CREATE/ALTER/DROP operations)

2026-01-10
dbcli-query
数据库管理员

Execute SELECT queries on 30+ databases (SQLite, SQL Server, MySQL, PostgreSQL, Oracle, etc.) using DbCli. Returns data in JSON, table, or CSV format. Use when user needs to query databases, read data, or execute SELECT statements.

2026-01-10
dbcli-tables
数据库架构师

List all tables in a database and show table structure (columns, types, constraints) for 30+ databases using DbCli. Use when user wants to explore database schema, see what tables exist, check table structure, or understand column definitions.

2026-01-10
dbcli-view
数据库管理员

Manage database views (CREATE/ALTER/DROP VIEW operations)

2026-01-10