Skip to content

surrealdb.com

A scalable, distributed, collaborative, document-graph database, for the realtime web

Package Information

  • Domain: surrealdb.com
  • Name: surrealdb.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install surreal

Programs

This package provides the following executable programs:

  • surreal

Aliases

This package can also be accessed using these aliases:

  • surreal

Available Versions

Show all 47 versions
  • 2023.9.1, 2.3.5, 2.3.4, 2.3.3, 2.3.2
  • 2.3.1, 2.3.0, 2.2.5, 2.2.4, 2.2.3
  • 2.2.2, 2.2.1, 2.2.0, 2.1.7, 2.1.6
  • 2.1.5, 2.1.4, 2.1.3, 2.1.2, 2.1.1
  • 2.1.0, 2.0.5, 2.0.4, 2.0.3, 2.0.2
  • 2.0.1, 2.0.0, 1.5.6, 1.5.5, 1.5.4
  • 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.2
  • 1.4.0, 1.3.1, 1.3.0, 1.2.2, 1.2.1
  • 1.2.0, 1.1.1, 1.1.0, 1.0.2, 1.0.1
  • 1.0.0, 0.0.0

Latest Version: 2023.9.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +surrealdb.com@2023.9.1 -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.surrealdbcom

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.