← 返回命令列表

Linux command

termdbms 命令

文本

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

常用示例

Open a SQLite database

termdbms [mydata.db]

Convert and open a CSV file as SQLite

termdbms --csv [data.csv]

Connect to a MySQL database

termdbms --url "[mysql://user:pass@host/db]"

说明

termdbms is a terminal UI for viewing and editing SQLite and MySQL databases. It supports SQL queries with undo/redo, CSV-to-SQLite conversion, CSV/SQLite export, and automatic JSON formatting in selection mode.

参数

--csv _FILE_
Convert a CSV file to SQLite and open it.
--url _URL_
Connect to a MySQL database via URL.

FAQ

What is the termdbms command used for?

termdbms is a terminal UI for viewing and editing SQLite and MySQL databases. It supports SQL queries with undo/redo, CSV-to-SQLite conversion, CSV/SQLite export, and automatic JSON formatting in selection mode.

How do I run a basic termdbms example?

Run `termdbms [mydata.db]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --csv _FILE_ do in termdbms?

Convert a CSV file to SQLite and open it.