1.使用redis
/opt/homebrew/opt/redis/bin/redis-server
2.使用postgres
启动数据库服务
/opt/homebrew/opt/postgresql@14/bin/postgres -D /opt/homebrew/var/postgresql@14
为当前用户创建db
./createdb
链接数据库
./psql
https://www.freesion.com/article/7411698953/
1.使用redis
/opt/homebrew/opt/redis/bin/redis-server
2.使用postgres
启动数据库服务
/opt/homebrew/opt/postgresql@14/bin/postgres -D /opt/homebrew/var/postgresql@14
为当前用户创建db
./createdb
链接数据库
./psql
https://www.freesion.com/article/7411698953/