Skip to content

alembic.sqlalchemy.org

A database migrations tool for SQLAlchemy.

Package Information

  • Domain: alembicsqlalchemy.org
  • Name: alembic.sqlalchemy.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install alembic

Programs

This package provides the following executable programs:

  • alembic

Aliases

This package can also be accessed using these aliases:

  • alembic

Available Versions

Show all 9 versions
  • 1.16.2, 1.16.1, 1.16.0, 1.15.2, 1.15.1
  • 1.14.1, 1.14.0, 1.13.3, 1.13.2

Latest Version: 1.16.2

Install Specific Version

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

Dependencies

This package depends on:

  • pkgx.sh^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.alembicsqlalchemyorg

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.