/PLpgSQL-by-example

PL/pgSQL by example (Work In Progress, pre alpha)

Primary LanguagePLpgSQL

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

Playground

Start the PostgreSQL Docker container:

$ docker compose up -d postgres --wait

Enter in Postgres (before you need to install pgcli, for instance with brew install pgcli):

$ ./scripts/pgcli.sh