Skip to content

postgrest.org

Serves a fully RESTful API from any existing PostgreSQL database

Package Information

  • Domain: postgrest.org
  • Name: postgrest.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install postgrest

Programs

This package provides the following executable programs:

  • postgrest

Aliases

This package can also be accessed using these aliases:

  • postgrest

Available Versions

Show all 15 versions
  • 13.0.4, 13.0.3, 13.0.2, 13.0.1, 13.0.0
  • 12.2.12, 12.2.11, 12.2.10, 12.2.9, 12.2.8
  • 12.2.7, 12.2.6, 12.2.5, 12.2.4, 12.2.3

Latest Version: 13.0.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +postgrest.org@13.0.4 -- $SHELL -i

Dependencies

This package depends on:

  • postgresql.org/libpq@17
  • zlib.net~1.3
  • gnu.org/gcc/libstdcxx@14
  • gnome.org/libxml2~2.13 # 2.14 changes library api version

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.postgrestorg

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.