Linux command
lazysql 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the database TUI
lazysql
Connect to a database
lazysql -u [connection_string]
说明
lazysql is a cross-platform TUI database management tool that supports MySQL, PostgreSQL, and SQLite. It provides an SQL query editor with syntax highlighting, clipboard support, tab-based navigation, and Vim-style keybindings. Features include an interactive query editor, sortable result tables, clipboard integration for copying query results or cell values, and a user-friendly interface for browsing database schemas and executing queries without leaving the terminal.
FAQ
What is the lazysql command used for?
lazysql is a cross-platform TUI database management tool that supports MySQL, PostgreSQL, and SQLite. It provides an SQL query editor with syntax highlighting, clipboard support, tab-based navigation, and Vim-style keybindings. Features include an interactive query editor, sortable result tables, clipboard integration for copying query results or cell values, and a user-friendly interface for browsing database schemas and executing queries without leaving the terminal.
How do I run a basic lazysql example?
Run `lazysql` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more lazysql examples?
This page includes 2 examples for lazysql, plus related commands for nearby Linux tasks.