dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.06k stars 67 forks source link

Feature request for `.indexes` command support. #138

Closed zxymike93 closed 2 years ago

amjith commented 2 years ago

@zxymike93 I have implemented this in a PR. Can you please verify that it works as expected?

You can install directly from this branch using the following command:

pip install -U https://github.com/dbcli/litecli/archive/refs/heads/add-indexes.zip
amjith commented 2 years ago

Released a new version. Please upgrade to get the new .indexes command.

pip install -U litecli