db-tool

Query and manage databases including SQLite, PostgreSQL, and MySQL. Execute queries, explore schemas, and manage data.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "db-tool" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-db-tool

DB Tool

Query and manage databases including SQLite, PostgreSQL, and MySQL. Execute queries, explore schemas, and manage data.

Setup

Database connection is configured via environment variables or command line options:

  • DATABASE_URL

  • Full connection string

  • DB_TYPE

  • sqlite, postgres, or mysql

Usage

Query SQLite

{baseDir}/db-tool.js --query "SELECT * FROM users LIMIT 10"

List Tables

{baseDir}/db-tool.js --tables

Describe Table

{baseDir}/db-tool.js --describe "users"

Execute SQL

{baseDir}/db-tool.js --execute "UPDATE users SET active = 1 WHERE id = 5"

Options

Option Description Required

--query

Execute SELECT query No

--execute

Execute INSERT/UPDATE/DELETE No

--tables

List all tables No

--describe

Show table schema No

--database

Database file or connection string No

--type

Database type: sqlite, postgres, mysql No

When to Use

  • Querying databases for debugging

  • Data exploration and analysis

  • Running migrations

  • Database administration tasks

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-frames

No summary provided by upstream source.

Repository SourceNeeds Review