Search Criteria
Package Details: litecli 1.13.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/litecli.git (read-only, click to copy) |
---|---|
Package Base: | litecli |
Description: | A command-line client for SQLite databases that has auto-completion and syntax highlighting. |
Upstream URL: | https://github.com/dbcli/litecli |
Keywords: | litecli sql sqlite |
Licenses: | BSD |
Conflicts: | litecli-git |
Provides: | litecli |
Submitter: | andrejr |
Maintainer: | andrejr |
Last Packager: | andrejr |
Votes: | 8 |
Popularity: | 0.067997 |
First Submitted: | 2018-12-20 10:29 (UTC) |
Last Updated: | 2024-12-26 17:15 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-cli_helpers
- python-configobj
- python-prompt_toolkit
- python-pygments
- python-sqlparse (python-sqlparse-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
andrejr commented on 2019-11-17 14:28 (UTC)
You may use this version of sqlparse with litecli, pgcli, mycli, because the one in the repos is too new:
https://aur.archlinux.org/packages/python-sqlparse-cli_helpers/
shastry commented on 2019-08-14 03:55 (UTC)
litecli command fails: pkg_resources.DistributionNotFound: The 'sqlparse<0.3.0,>=0.2.2' distribution was not found and is required by litecli
Upstream needs to update, but can be temporarily overridden in PKGBUILD with:
sed -i "s/sqlparse>=0.2.2,<0.3.0/sqlparse>=0.2.2,<0.4.0/g" setup.py
« First ‹ Previous 1 2