# postgres.macos **Repository Path**: Hyzeta/postgres.macos ## Basic Information - **Project Name**: postgres.macos - **Description**: A Clean And Easy-Use Binary Of PostgreSQL On macOS - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-03-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A Bash script which helps you to install PostgreSQL on macOS easily ## Install PostgreSQL for your account on macOS ```bash curl -fsSL https://github.com/AbsintheVoid/postgres.macos/raw/master/install.sh -o install.sh chmod +x install.sh ./install.sh -i ``` ## Uninstall PostgreSQL for your account on macOS ```bash curl -fsSL https://github.com/AbsintheVoid/postgres.macos/raw/master/install.sh -o install.sh chmod +x install.sh ./install.sh -u ```