Postgres.app的配套Postgres.app是在本地运行PostgreSQL服务器的最快方式。由于Postico是由Postgres.app的维护者制作的,因此这两个应用程序可以完美协作。
是一种特性非常齐全的自由软件的对象-关系型数据库管理系统(ORDBMS),是以加州大学计算机系开发的 POSTGRES,4.2 版本为基础的对象关系型数据库管理系统 先来说一下安装,可以在官网上下载安装包或者使用官网提供的 Postgres.app
value "/private/tmp/pg_auto_failover/test/monitor" in the configuration 12:12:53 INFO /Applications/Postgres.app configuration 12:15:28 INFO Postgres is not running, starting postgres 12:15:28 INFO /Applications/Postgres.app localhost:6001 12:21:14 INFO Initialising PostgreSQL as a hot standby 12:21:14 INFO Running /Applications/Postgres.app completed 12:21:14 INFO Postgres is not running, starting postgres 12:21:14 INFO /Applications/Postgres.app
psql 的路径加入环境变量以便后续使用,我使用的是 zsh,所以在 ~/.zshrc 文件中添加如下内容: # postgres export PATH=${PATH}:/Applications/Postgres.app 参考资料 PostgreSQL 官网 Postgres.app 官网 TablePlus 官网
Heroku, and the creator & maintainer of AFNetworking and other popular open-source projects, including Postgres.app
Postgres.app - Mac上最简单的方法的使用PostgreSQL关系型数据库管理系统。 PSequel - PostgreSQL数据库GUI软件。
pgvector make make install # may need sudo 你也可以用 Docker、Homebrew、PGXN、APT、Yum 或 conda-forge 来安装它,它还预装了 Postgres.app