postgresql@12

Object-relational database system with SQL support

brewmacoslinux
Try with needOr install directly
Source

About

Object-relational database system

Commands

psqlpostgrespg_dumppg_restorecreatedbdropdbcreateuserdropuser

Examples

Connect to a PostgreSQL database$ psql -U postgres -d mydb
Backup a database to a file$ pg_dump -U postgres mydb > backup.sql
Create a new database$ createdb -U postgres mynewdb