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

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)

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
```