Skip to content

litecli

CLI for SQLite Databases with auto-completion and syntax highlighting

Package Information

  • Domain: litecli.com
  • Name: litecli
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install litecli

Programs

This package provides the following executable programs:

  • litecli

Available Versions

Show all 16 versions
  • 1.16.0, 1.15.0, 1.14.4, 1.14.3, 1.14.2
  • 1.14.1, 1.14.0, 1.13.2, 1.13.0, 1.12.4
  • 1.12.3, 1.12.2, 1.11.1, 1.11.0, 1.10.1
  • 1.10.0

Latest Version: 1.16.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) litecli -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh^1
  • sqlite.org^3.45

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.litecli

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.