Skip to main content

A extension manager for PostgreSQL

Project description

Mangrove - A PostgreSQL Extension Manager

This is a PostgreSQL extension manager, a command-line tool to download and install PostgreSQL extensions. You can download extension supported by PGXN or Mangrove Index.

Installation

Mangrove is available on Github, AtomGIT, and PyPI. It can be installed via pip

pip3 install magv

Then execute python3 -m magv' and sudo python3 -m magv` to perform initialization. You shall see a warning message in your console after initialization.

WARNING: YOU SHOULD CHANGE YOUR CONFIGURE FILE MANUALLY AT ~/.magv/config.json TO USE MANGROVE

By the way, you may specify a shell script for Mangrove to run when the program starts. You may specify this script in your configure file using "Postscript" option, here is an example:

{
    "Index-Repo" : "https://atomgit.com/haorongxu/magv-index.git",
    "Postscript" : "~/test.sh"
}

Upgrading

You may upgrade mangrove by running pip3 install magv --upgrade. But if you are using PyPI mirror you might NOT get the latest version.

Usage

Tips: You can find the usage of magv by executing magv -h

Searching

python3 -m magv -s/--search [extension]

This command returns a list of extensions which names contains [extension].

e.g. search_eg

Downloading

python3 -m magv -d/--download [extension]

Similar to searching command, this function also gives you a list of extensions, then you'll be asked to specify which version to download. Downloaded file is stored in ~/.magv/

Installing

sudo python3 -m magv -i/--install [extension]

This function does pretty much the same job as downloading function, but it automatically install the extension. (However, you'll need to install all required library manually). You may also install an extension from a local folder by add argument -p [path to extension].

WARNING: In case you need to install an extension from local folder with root permission, please always specify -p arugument if you ran magv -d with other users. Nevertheless, remember to set $PATH appropriately for root.

e.g.

installeg installeg2

Get Involved

You can upload you own extension to Mangrove Index

And you can make contribution to Mangrove by creating a PULL REQUEST.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magv-0.1.8.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

magv-0.1.8-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file magv-0.1.8.tar.gz.

File metadata

  • Download URL: magv-0.1.8.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for magv-0.1.8.tar.gz
Algorithm Hash digest
SHA256 3a6e9630cb0caa4e246a33484e73904876f864cc7ca87cfcdc046cfa0669fd84
MD5 0b221edcc47c792493709be94aba0cb6
BLAKE2b-256 e3b6be504e19fcd13effb47882c196fed414a84dce7a911a3dc11acaa0078248

See more details on using hashes here.

File details

Details for the file magv-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: magv-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for magv-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 7e0e9840c480f91b2fd35d8b718e41174e1fd7f3d2863c879f6a2f38d451598f
MD5 12767128cfd4a49242508cabe50740af
BLAKE2b-256 b302babd1ed5a73517b0972b25bfa492f3c05bf2ddebdcc7348cb80044c5b186

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page