Skip to content

dbcli/litecli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c726e9e · Apr 25, 2025
Jan 20, 2025
Apr 25, 2025
Dec 6, 2018
Apr 19, 2025
Jan 22, 2021
Dec 24, 2019
Sep 7, 2024
Mar 21, 2025
Feb 28, 2025
May 13, 2018
Oct 18, 2020
Apr 12, 2025
Mar 24, 2024
Apr 13, 2025
Mar 21, 2025
Apr 13, 2025

Repository files navigation

litecli

GitHub Actions

Docs

A command-line client for SQLite databases that has auto-completion and syntax highlighting.

Completion CompletionGif

Installation

If you already know how to install python packages, then you can install it via pip:

You might need sudo on linux.

$ pip install -U litecli[sqlean]

For MacOS users, you can also use Homebrew to install it:

$ brew install litecli

Usage

$ litecli --help

Usage: litecli [OPTIONS] [DATABASE]

Examples:
  - litecli sqlite_db_name

A config file is automatically created at ~/.config/litecli/config at first launch. For Windows machines a config file is created at ~\AppData\Local\dbcli\litecli\config at first launch. See the file itself for a description of all available options.

Docs

Visit: litecli.com/features