DATABASE1 [Python] Using PostgreSQL In this posting, we will check out how to use PostgreSQL with Python on MAC. Installation We can simply install PostgreSQL using Homebrew. $ brew install postgresql Then, the default DB named postgres is initialized. You can restart the service at any time with the below command. This is the official guide. https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql-macos/ h.. 2022. 5. 19. 이전 1 다음