文件名称:go-course:golang课程的源文件
文件大小:132KB
文件格式:ZIP
更新时间:2024-03-22 12:13:09
Go
上课-讲座9 连接到数据库 安装和使用苏打水进行迁移 使用数据库存储库 设置模型 数据库功能 清理代码
【文件预览】:
go-course-main
----go.mod(272B)
----pkg()
--------models()
--------helpers()
--------config()
--------repository()
--------handlers()
--------templates()
--------forms()
--------driver()
----go.sum(1KB)
----database.yml.sample(288B)
----migrations()
--------20201013135756_create_user_table.up.fizz(610B)
--------20201013135756_create_user_table.down.fizz(19B)
----templates()
--------about.page.tmpl(708B)
--------base.layout.tmpl(3KB)
--------home.page.tmpl(552B)
--------contact.page.tmpl(3KB)
----.gitignore(40B)
----readme.md(184B)
----cmd()
--------web()
----static()
--------500.html(9B)
--------puppy.jpg(115KB)