Dbx

Use this skill when the user wants to query databases including MySQL, PostgreSQL, and SQLite

javimosch 5b152de 712 B Updated

File contents

Dbx Plugin

query databases including MySQL, PostgreSQL, and SQLite

Commands

  • dbx self version — Print dbx version
  • dbx _ _ — Passthrough to dbx CLI

Usage Examples

  • "Connect to this PostgreSQL database"
  • "Query the SQLite database"
  • "List all tables in MySQL"

Installation

cargo install dbx

Examples

dbx connect postgres://localhost/mydb
dbx query "SELECT * FROM users"
dbx tables

Key Features

  • Multi-database support (MySQL, PostgreSQL, SQLite)
  • Fast query execution
  • Interactive terminal mode
  • Connection string support

javimosch/supercli/tree/main/plugins/dbx/skills/quickstart commit 5b152de0a6

Frequently asked questions

npx skillmds@latest add javimosch/dbx