Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days ago
JSON representation
Docker based PostgreSQL Database with the PL/Perl extension
- Host: GitHub
- URL: https://github.com/garethflowers/docker-postgres-plperl-server
- Owner: garethflowers
- License: mit
- Created: 2016-08-04T09:50:50.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T20:55:08.000Z (2 months ago)
- Last Synced: 2024-12-30T21:55:23.327Z (27 days ago)
- Topics: docker, perl, postgresql
- Language: Shell
- Homepage: https://garethflowers.dev/docker-postgres-plperl-server/
- Size: 59.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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