https://github.com/stephane-klein/plpgsql-by-example
PL/pgSQL by example (Work In Progress, pre alpha)
https://github.com/stephane-klein/plpgsql-by-example
plpgsql postgresql work-in-progress
Last synced: 6 months ago
JSON representation
PL/pgSQL by example (Work In Progress, pre alpha)
- Host: GitHub
- URL: https://github.com/stephane-klein/plpgsql-by-example
- Owner: stephane-klein
- Created: 2022-01-24T11:36:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T15:28:35.000Z (over 3 years ago)
- Last Synced: 2025-04-07T14:47:39.896Z (over 1 year ago)
- Topics: plpgsql, postgresql, work-in-progress
- Language: PLpgSQL
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I would like to create something like https://gobyexample.com/ for PL/pgSQL.
This repository is in pre-alpha.
See also: [Docker-compose postgres helper scripts](https://github.com/stephane-klein/docker-compose-postgres-helper)
## Playground
Start the PostgreSQL Docker container:
```sh
$ docker compose up -d postgres --wait
```
Enter in Postgres (before you need to install [pgcli](https://www.pgcli.com/), for instance with `brew install pgcli`):
```
$ ./scripts/pgcli.sh
```