duckdb.org
DuckDB is an analytical in-process SQL database management system
Package Information
- Domain:
duckdb.org
- Name:
duckdb.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install duckdb
Programs
This package provides the following executable programs:
duckdb
Aliases
This package can also be accessed using these aliases:
duckdb
Available Versions
Show all 20 versions
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.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +duckdb.org@1.3.1 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.duckdborg
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.