Skip to content

pocketbase.io

Open source backend for your next project in 1 file

Package Information

  • Domain: pocketbase.io
  • Name: pocketbase.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install pocketbase

Programs

This package provides the following executable programs:

  • pocketbase

Aliases

This package can also be accessed using these aliases:

  • pocketbase

Available Versions

Show all 81 versions
  • 0.28.3, 0.28.2, 0.28.1, 0.28.0, 0.27.2
  • 0.27.1, 0.27.0, 0.26.6, 0.26.5, 0.26.4
  • 0.26.3, 0.26.2, 0.26.1, 0.26.0, 0.25.9
  • 0.25.8, 0.25.7, 0.25.6, 0.25.5, 0.25.4
  • 0.25.3, 0.25.2, 0.25.1, 0.25.0, 0.24.3
  • 0.24.2, 0.24.1, 0.24.0, 0.23.12, 0.23.11
  • 0.23.10, 0.23.9, 0.23.8, 0.23.7, 0.23.6
  • 0.23.5, 0.23.4, 0.23.3, 0.23.2, 0.23.1
  • 0.23.0, 0.22.34, 0.22.33, 0.22.32, 0.22.31
  • 0.22.30, 0.22.29, 0.22.28, 0.22.27, 0.22.26
  • 0.22.25, 0.22.24, 0.22.23, 0.22.22, 0.22.21
  • 0.22.20, 0.22.19, 0.22.18, 0.22.17, 0.22.16
  • 0.22.15, 0.22.14, 0.22.13, 0.22.12, 0.22.11
  • 0.22.10, 0.22.9, 0.22.8, 0.22.7, 0.22.6
  • 0.22.5, 0.22.4, 0.22.3, 0.22.2, 0.22.1
  • 0.22.0, 0.21.3, 0.21.2, 0.21.1, 0.21.0
  • 0.20.7

Latest Version: 0.28.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +pocketbase.io@0.28.3 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pocketbaseio

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.