文件名称:pp
文件大小:34KB
文件格式:ZIP
更新时间:2024-03-07 11:16:23
Go
Go中的宠物项目 问题 环保 将env文件存储在存储库中不是一个好习惯,请勿将其用于生产 source ./confgis/db/pg.env 运行数据库 docker-compose up 移居 您需要安装 export POSTGRESQL_URL='postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}?sslmode=disable' 例如: export POSTGRESQL_URL='postgres://test:password@0.0.0.0:5432/go_sample?sslmode=disable' 创建新的迁移: migrate create -ext sql -dir db/migrations -seq create_users_t
【文件预览】:
pp-develop
----go.mod(635B)
----pkg()
--------utils()
--------domain()
--------model()
--------server()
--------role()
----.air.toml(1KB)
----db()
--------migrations()
----go.sum(37KB)
----configs()
--------.env(165B)
----Dockerfile(384B)
----README.md(1KB)
----Makefile(414B)
----.golangci.yaml(1KB)
----docker-compose.yaml(795B)
----tests()
--------test.http(475B)
----.gitignore(234B)
----cmd()
--------server()