An open API service indexing awesome lists of open source software.

https://github.com/p6m7g8-dotfiles/p6df-pgsql

P6 Dotfiles: PGSQL
https://github.com/p6m7g8-dotfiles/p6df-pgsql

cli developer-tools dotfiles p6 p6df p6m7g8 plugin productivity sh shell terminal theme zsh

Last synced: 3 months ago
JSON representation

P6 Dotfiles: PGSQL

Awesome Lists containing this project

README

          

# P6's POSIX.2: p6df-pgsql

## Table of Contents

- [Badges](#badges)
- [Summary](#summary)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Usage](#usage)
- [Functions](#functions)
- [Hierarchy](#hierarchy)
- [Author](#author)

## Badges

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)

## Summary

p6df module for PostgreSQL: CLI tools (`pgcli`, `pgformatter`, `pg_top`),
prompt integration, and MCP server (`@modelcontextprotocol/server-postgres` via npm)
for AI-driven database querying and schema exploration.

## Contributing

- [How to Contribute]()

## Code of Conduct

- [Code of Conduct]()

## Usage

### Functions

#### p6df-pgsql

##### p6df-pgsql/init.zsh

- `p6df::modules::pgsql::deps()`
- `p6df::modules::pgsql::external::brew()`
- `p6df::modules::pgsql::home::symlink()`
- `p6df::modules::pgsql::init(_module, dir)`
- Args:
- _module
- dir
- `p6df::modules::pgsql::mcp()`
- `str str = p6df::modules::pgsql::prompt::lang()`

#### p6df-pgsql/lib

##### p6df-pgsql/lib/cli.sh

- `p6df::modules::pgsql::cli::start()`
- `p6df::modules::pgsql::cli::stop()`

## Hierarchy

```text
.
├── init.zsh
├── lib
│   └── cli.sh
├── README.md
└── share

3 directories, 3 files
```

## Author

Philip M. Gollucci