GitHunt
ST

(WIP) Tool to develop PostgreSQL core and PostgreSQL extensions

xpg

$ xpg-core -h
Usage: xpg-core [-h|--help] [--] <operation> ...
        <operation>: Operation. Can be one of: 'build', 'test' and 'psql'
        ... : psql arguments
        -h, --help: Prints help

Develop PostgreSQL core
$ xpg -h
Usage: xpg [-h|--help] [-v|--version <VERSION>] [--] <operation> ...
        <operation>: Operation. Can be one of: 'build', 'test', 'coverage', 'psql' and 'gdb'
        ... : psql arguments
        -h, --help: Prints help
        -v, --version: PostgreSQL version. Can be one of: '17', '16', '15', '14', '13' and '12' (default: '17')

Develop native PostgreSQL extensions

Languages

Nix100.0%

Contributors

MIT License
Created October 17, 2025
Updated October 17, 2025
staaldraad/xpg | GitHunt