Skip to content

p6m7g8-dotfiles/p6pgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P6's POSIX.2: p6pgsql

Table of Contents

Badges

License Mergify Gitpod ready-to-code

Summary

Contributing

Code of Conduct

Usage

Aliases

Functions

p6pgsql

p6pgsql/init.zsh

  • p6df::modules::p6pgsql::deps()
  • p6df::modules::p6pgsql::init(_module, dir)

p6pgsql/lib

p6pgsql/lib/cli.sh

  • p6_pgsql_cli()
  • stream = p6_pgsql_cli_sql_run_cmd(user, host, db, cmd)
  • stream = p6_pgsql_cli_sql_run_from_file(user, host, db, cmd)
  • stream = p6_pgsql_filter_sql_run(user, host, db)

p6pgsql/lib/db.sh

  • p6_pgsql_db_create()
  • p6_pgsql_db_drop(user, host, db)

p6pgsql/lib/table.sh

  • p6_pgsql_filter_pipe_to_table()

Hierarchy

.
├── README.md
├── init.zsh
└── lib
    ├── cli.sh
    ├── db.sh
    └── table.sh

2 directories, 5 files

Author

Philip M . Gollucci pgollucci@p6m7g8.com