← 返回命令列表

Linux command

gobang 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch gobang

gobang

Launch with a custom config file

gobang -c [path/to/config.toml]

Display help

gobang -h

说明

gobang is a cross-platform terminal-based database management tool written in Rust, supporting MySQL, PostgreSQL, and SQLite. It provides an interactive TUI for browsing databases, running queries, and managing tables. Database connections are configured in a TOML config file (default: ~/.config/gobang/config.toml). The tool features a SQL editor with syntax highlighting and result display in table format.

参数

-c, --config-path _PATH_
Set the config file path.
-h, --help
Display help and exit.
-V, --version
Display version and exit.

FAQ

What is the gobang command used for?

gobang is a cross-platform terminal-based database management tool written in Rust, supporting MySQL, PostgreSQL, and SQLite. It provides an interactive TUI for browsing databases, running queries, and managing tables. Database connections are configured in a TOML config file (default: ~/.config/gobang/config.toml). The tool features a SQL editor with syntax highlighting and result display in table format.

How do I run a basic gobang example?

Run `gobang` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c, --config-path _PATH_ do in gobang?

Set the config file path.