Skip to content

Releases: go-home-admin/home

v0.5.20

11 Dec 08:07
Compare
Choose a tag to compare
update: 新增pgsql的sslmode配置,默认disable,可设置值:disable / allow / prefer / r…

v0.5.19

20 Nov 08:30
Compare
Choose a tag to compare
update: postgresql兼容ssl链接

v0.5.18

14 Aug 08:55
Compare
Choose a tag to compare

feat: postgresql provider

how to use:
register service:
app/providers/app_provider.go

*postgresql.PostgresqlProvider `inject:""`

config:
config/database.yaml

connections
    connection_name:
        driver: postgresql
        ...

add: 辅助函数

06 Jun 07:51
Compare
Choose a tag to compare
v0.5.17

add: 添加一些辅助函数

bug 修复

16 Mar 03:07
Compare
Choose a tag to compare
v0.5.15

fea: Trans 不需要指针

v0.5.14

03 Mar 06:30
Compare
Choose a tag to compare
fea: 上传文件

v0.5.13

03 Mar 06:17
Compare
Choose a tag to compare
fea: 上传文件

v0.5.12

28 Feb 09:15
Compare
Choose a tag to compare
fea: 上传文件

v0.5.8

28 Feb 07:34
Compare
Choose a tag to compare
fea: 文件系统local

v0.5.7

13 Feb 11:50
Compare
Choose a tag to compare
fea: config 默认值只能是字符串返回