Skip to content

turso

Command line interface to Turso.

Package Information

  • Domain: turso.tech
  • Name: turso
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install turso

Programs

This package provides the following executable programs:

  • turso

Available Versions

Show all 92 versions
  • 1.0.13, 1.0.12, 1.0.11, 1.0.10, 1.0.9
  • 1.0.8, 1.0.7, 1.0.6, 1.0.5, 1.0.4
  • 1.0.3, 1.0.2, 1.0.1, 1.0.0, 0.100.1
  • 0.100.0, 0.99.1, 0.99.0, 0.98.2, 0.98.1
  • 0.98.0, 0.97.2, 0.97.1, 0.97.0, 0.96.5
  • 0.96.4, 0.96.3, 0.96.2, 0.96.1, 0.96.0
  • 0.95.2, 0.95.1, 0.95.0, 0.94.0, 0.93.8
  • 0.93.7, 0.93.6, 0.93.5, 0.93.4, 0.93.3
  • 0.93.2, 0.93.1, 0.93.0, 0.92.1, 0.92.0
  • 0.91.1, 0.91.0, 0.90.7, 0.90.6, 0.90.5
  • 0.90.4, 0.90.3, 0.90.2, 0.90.1, 0.90.0
  • 0.89.0, 0.88.9, 0.88.8, 0.88.7, 0.88.6
  • 0.88.5, 0.88.4, 0.88.3, 0.88.2, 0.88.1
  • 0.88.0, 0.87.9, 0.87.8, 0.87.7, 0.87.6
  • 0.87.5, 0.87.4, 0.87.3, 0.87.2, 0.87.1
  • 0.87.0, 0.86.3, 0.86.2, 0.86.1, 0.86.0
  • 0.85.3, 0.85.2, 0.85.1, 0.85.0, 0.84.1
  • 0.84.0, 0.83.1, 0.83.0, 0.82.0, 0.81.0
  • 0.80.1, 0.80.0

Latest Version: 1.0.13

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.turso

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.