Skip to content

sqlite3

Official Git mirror of the SQLite source tree

Package Information

  • Domain: sqlite.org
  • Name: sqlite3
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install sqlite3

Programs

This package provides the following executable programs:

  • sqlite3

Available Versions

Show all 29 versions
  • 3.50.4, 3.50.3, 3.50.2, 3.50.1, 3.50.0
  • 3.49.2, 3.49.1, 3.49.0, 3.48.0, 3.47.2
  • 3.47.1, 3.47.0, 3.46.1, 3.46.0, 3.45.3
  • 3.45.2, 3.45.1, 3.45.0, 3.44.4, 3.44.3
  • 3.44.2, 3.44.1, 3.44.0, 3.43.2, 3.43.1
  • 3.43.0, 3.42.0, 3.40.0, 3.39.4

Latest Version: 3.50.4

Install Specific Version

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

Dependencies

This package depends on:

  • zlib.net@1
  • gnu.org/readline@8

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.sqlite3

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.