Skip to content

litecli.com

CLI for SQLite Databases with auto-completion and syntax highlighting

Package Information

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

Installation

bash
# Install with launchpad
launchpad install litecli

Programs

This package provides the following executable programs:

  • litecli

Aliases

This package can also be accessed using these aliases:

  • litecli

Available Versions

Show all 15 versions
  • 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.15.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +litecli.com@1.15.0 -- $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.liteclicom

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.