mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
971 B
971 B
PostgreSQL
Table of contents
TL;DR
# Installation.
brew install 'postgresql@14'
sudo dnf install 'postgresql' 'postgresql-server'
sudo zypper install 'postgresql15' 'postgresql15-server'
# Connect to servers via CLI client.
psql --host "${HOSTNAME:-localhost}" --port "${PORT:-5432}" \
"${DATABASENAME:-root}" "${USERNAME:-root}"
Further readings
Sources
All the references in the further readings section, plus the following: