Dbx Plugin
query databases including MySQL, PostgreSQL, and SQLite
Commands
dbx self version— Print dbx versiondbx _ _— 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