Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/garethflowers/docker-postgres-plperl-server

Docker based PostgreSQL Database with the PL/Perl extension
https://github.com/garethflowers/docker-postgres-plperl-server

docker perl postgresql

Last synced: about 2 months ago
JSON representation

Docker based PostgreSQL Database with the PL/Perl extension

Awesome Lists containing this project

README

        

# PostgreSQL Server with PL/Perl

PostgreSQL Database with the PL/Perl extension

## How to use this image

### Start a PostgreSQL Server instance

To start a container use the following:
```sh
docker run \
--name my-postgres-plperl-server \
garethflowers/postgres-plperl-server
```

## License

* PostgreSQL is released under the [PostgreSQL License][1]
* This image is released under the [MIT License][2]

[1]: https://www.opensource.org/licenses/postgresql
[2]: https://raw.githubusercontent.com/garethflowers/docker-postgres-plperl/master/LICENSE