Giter Club home page Giter Club logo

pglaunch's Introduction

pglaunch is a simple script to launch a PostgreSQL docker container. It can be used to quickly launch a PostgreSQL database for testing or development purposes.

Options are available to keep the container running after the script exits and to specify the name and port of the container.

pglaunch [options]

Options:
  -h, --help           show this help message
  -v, --version        show version number
  -k, --keep           keep postgres container after restart or exit
  -n, --name <name>    name for docker container
                       (default: current directory name)
  -p, --port <port>    port for postgres container
                       (default: 5555)

Star this project on GitHub if you find it useful.

Installation

npx pglaunch

Other package managers are also supported.

Current implemented for bash/zsh shell.

Examples

  1. Launch a PostgreSQL container with the default name and port:
pglaunch

POSTGRES_URL=postgresql://postgres:895UhteoUadR@localhost:5555/postgres

  1. Launch a PostgreSQL container with a custom name and port:
pglaunch -n awesome-project -p 5432 && docker ps --format "table {{.Names}}"

POSTGRES_URL=postgresql://postgres:895UhteoUadR@localhost:5432/postgres

NAMES
awesome-project-y6zT

  1. Launch a PostgreSQL container and keep it running after the script exits:
pglaunch -k

POSTGRES_URL=postgresql://postgres:895UhteoUadR@localhost:5555/postgres

  1. Launch a PostgreSQL container with a custom name and port and keep it running after the script exits:
pglaunch -n awesome-project -p 5432 -k && docker ps --format "table {{.Names}}"

POSTGRES_URL=postgresql://postgres:895UhteoUadR@localhost:5432/postgres

NAMES
awesome-project-y6zT

License

MIT

pglaunch's People

Contributors

nrjdalal avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.