LinuxCommandLibrary

termdbms

TUI for viewing and editing database files

TLDR

Open a SQLite database
$ termdbms [mydata.db]
copy
Convert and open a CSV file as SQLite
$ termdbms --csv [data.csv]
copy
Connect to a MySQL database
$ termdbms --url "[mysql://user:pass@host/db]"
copy

SYNOPSIS

termdbms [options] [database-file]

DESCRIPTION

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.

PARAMETERS

--csv FILE

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

HISTORY

termdbms was created by mathaou and is written in Go.

SEE ALSO

litecli(1), harlequin(1), sqlit(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard