Use this skill when the user wants a terminal UI to browse databases, run SQL, and edit records — connect to MySQL, PostgreSQL, SQLite, MSSQL, or MongoDB without a GUI client.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-463c8361)More formats (shields.io, HTML) on the badges page.
---
name: lazysql
description: Use this skill when the user wants a terminal UI to browse databases, run SQL, and edit records — connect to MySQL, PostgreSQL, SQLite, MSSQL, or MongoDB without a GUI client.
---
# lazysql Plugin
Cross-platform TUI database client. Browse schemas, run queries, edit rows, and switch connections — works over SSH with no desktop app required.
## Installation
```bash
brew install lazysql
# or
go install github.com/jorgerojas26/lazysql@latest
```
## Basic Usage
```bash
# Open TUI (configure connections interactively)
lazysql
# Connect directly via URL
lazysql postgres://user:pass@localhost/mydb
lazysql mysql://root@localhost:3306/app
# Read-only mode (no edits)
lazysql --read-only postgres://user@localhost/db
```
## Supported Databases
- PostgreSQL
- MySQL / MariaDB
- SQLite
- Microsoft SQL Server
- MongoDB
## Key Bindings (in TUI)
- Navigate tables and schemas with arrow keys
- Run SQL in the query pane
- Edit cells inline where supported
- `q` — Quit
## Usage Examples
- "Browse my local Postgres database in the terminal"
- "Run a quick SQL query without installing DBeaver"
- "Connect to production DB in read-only mode"
## SuperCLI
```bash
sc lazysql connection open postgres://user@localhost/db
sc plugins learn lazysql
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).