会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
azoux
一个迷茫摸黑前行的人
博客园
首页
新随笔
联系
订阅
管理
2023年7月9日
如何在docker中创建postgresql数据库并使用prisma进行连接
摘要: # 在docker中创建postgresql ```sh # docker 创建 postgres docker pull postgres # 创建容器 # ~/study/db/postgres 是本地的文件映射 # 替换用户名、密码、本地文件映射即可 docker run -itd -e PO
阅读全文
posted @ 2023-07-09 00:13 azoux
阅读(395)
评论(0)
推荐(0)
编辑