Skip to content

trustbit/postgresql-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL GitHub Action

This GitHub Action sets up a PostgreSQL database.

Note: this is a fork from here since the maintainer of that repository seems to be inactive.

Usage

See action.yml

Basic:

steps:
- uses: danielweller-swp/postgresql-action@v2
  with:
    postgresql version: '11'  # See https://hub.docker.com/_/postgres for available versions
    postgresql init scripts: 'init-db'
    postgresql conf: 'max_prepared_transactions=100'

License

The scripts and documentation in this project are released under the MIT License

About

GitHub Action to setup a PostgreSQL database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 50.6%
  • JavaScript 41.3%
  • Dockerfile 8.1%