duckdb
DuckDB is an analytical in-process SQL database management system
Package Information
- Domain:
duckdb.org
- Name:
duckdb
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install duckdb
Programs
This package provides the following executable programs:
duckdb
Available Versions
Show all 21 versions
1.3.2
,1.3.1
,1.3.0
,1.2.2
,1.2.1
1.2.0
,1.1.3
,1.1.2
,1.1.1
,1.1.0
1.0.0
,0.10.3
,0.10.2
,0.10.1
,0.10.0
0.9.2
,0.9.1
,0.9.0
,0.8.1
,0.8.0
0.7.1
Latest Version: 1.3.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) duckdb -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.duckdb
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.