postgresql@17

Advanced open-source relational database system

brewmacoslinux
Try with needOr install directly
Source

About

Object-relational database system

Commands

psqlcreatedbdropdbcreateuserdropuserpg_dumppg_restoreinitdbpostgres

Examples

Start PostgreSQL server$ brew services start postgresql@17
Connect to PostgreSQL interactive terminal$ psql -U postgres
Create a new database$ createdb -U postgres mydatabase