# Dbx

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

- Skill: `javimosch/dbx` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/dbx`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/dbx/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/dbx

---


# 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

```bash
cargo install dbx
```

## Examples
```bash
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

