Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CLI for SQLite Databases with auto-completion and syntax highlighting

License

NotificationsYou must be signed in to change notification settings

dbcli/litecli

Repository files navigation

GitHub Actions

Docs

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

CompletionCompletionGif

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 --helpUsage: 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


[8]ページ先頭

©2009-2025 Movatter.jp