miudb

Solid

Query, inspect, and manage saved database connections through the Go `miudb` CLI. Use when the user asks to run SQL, list schemas, add native connections, smoke-test connections, inspect tunnel-backed databases, or produce agent-readable JSON from SQLite, Postgres, MySQL, Snowflake, or BigQuery.

API & Backend 7 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# miudb Headless database CLI for agent-safe SQL work against saved database connections. Prefer direct `miudb` commands for one-shot machine-readable output and scripted checks. Use `miudb mcp serve` only when configuring an MCP host, and use `miudb serve` only for Neovim/custom protocol clients. Do not use `sqlit` for miudb tasks. ## Install/verify ```bash brew install vanducng/tap/miudb # first install miudb upgrade # self-update to the latest release miudb version --output json # v0.8.0 or newer miudb commands --output json ``` If the catalog lacks a command you need, run `miudb upgrade`, or build from the local checkout: ```bash cd <your-miu-db-checkout> # your local clone of the miu-db source repo go build -buildvcs=false -o ./.miu-db/miudb ./cmd/miudb ``` ## Default local config `miudb` uses a native Go store by default: ```text ~/.config/miu/db/connections.json ~/.config/miu/db/credentials.json ``` Sensitive values are classified before persistence. New database and SSH passwords are stored outside `connections.json` by default using the OS Keychain/keyring service named `miudb`. For migrated configs, `miudb` reads `credentials-export.json` from the same directory when `credentials.json` is absent. Only pass `--config-dir`, `--connections-file`, `--credentials-file`, `--credentials-export`, `--secret-source`, `--keyring-service`, or `--gopass-prefix` when the user asks for a non-default store. By default, secret look...

Details

Author
vanducng
Repository
vanducng/skills
Created
4 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category